Go to the source code of this file.
Namespaces | |
namespace | slimpy_base.Environment.GlobalVars |
Classes | |
class | GlobalVars |
Singleton class used by slimpy to store global variables. More... | |
Functions | |
def | __new_instance__ |
def | get |
get method, see dict.get | |
def | update |
def | setglobal |
Sets the global parameters accessed by the rest of the module if the entry is None then the variable will be none. | |
def | __contains__ |
def | __getitem__ |
def | __setitem__ |
def | set |
def | applyFunc |
apply a function on a values of dict specified by keylist | |
def | keys |
def | setpath |
change values in dict specified by arglist to its absolute path | |
def | updateAbridgeMap |
same as dict.update for self['abridgeMap'] | |
def | setworkingdir |
sets the working directory for all out of core operations | |
def | printGlobals |
pretty printing of the globals | |
def | get_node_map |
Variables | |
string | __copyright__ |
Singleton class that contains all of the global variables. | |
string | __license__ |
tuple | slimGlobals = property( _get_slim_global, _set_slim_global ) |
_slim_globals | |
PATHS | |
INTS | |
BOOLS | |
EVALS | |
slimdoc |