Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Functions | |
def | pickle |
def | constructor |
def | pickle_complex |
Variables | |
list | __all__ = ["pickle","constructor"] |
dictionary | dispatch_table = {} |
dictionary | safe_constructors = {} |
int | _HEAPTYPE = 1 |
Helper to provide extensibility for pickle/cPickle. This is only useful to add pickle support for extension types defined in C, not for instances of user-defined classes.
def copy_reg.constructor | ( | object) |
Definition at line 25 of file copy_reg.py.
def copy_reg.pickle | ( | ob_type, | |
pickle_function, | |||
constructor_ob = None |
|||
) |
def copy_reg.pickle_complex | ( | c) |
Definition at line 32 of file copy_reg.py.
list __all__ = ["pickle","constructor"] |
Definition at line 9 of file copy_reg.py.
int _HEAPTYPE = 1 |
Definition at line 45 of file copy_reg.py.
dictionary dispatch_table = {} |
Definition at line 11 of file copy_reg.py.
dictionary safe_constructors = {} |
Definition at line 12 of file copy_reg.py.