runmanager.remote.get_globals

runmanager.remote.get_globals(raw=False)

Return all active globals as a dict of the form: {‘<global_name>’: value}. If raw=True, then the global values are returned as their string representations, as stored in the runmanager GUI and globals HDF5 file, otherwise they are evaluated as python objects and then returned.