Package generic_fns :: Module state :: Class State
[hide private]
[frames] | no frames]

Class State

source code

Instance Methods [hide private]
 
__init__(self, relax)
Class containing the functions for manipulating the program state.
source code
 
load(self, file=None, dir=None, compress_type=1)
Function for loading a saved program state.
source code
 
save(self, file=None, dir=None, force=0, compress_type=1)
Function for saving the program state.
source code