ATLAS Offline Software
|
Classes | |
class | Pickler |
class | Read_Wrapper |
class | Root_Proxy |
class | Saver |
class | Unpickler |
class | Write_Wrapper |
Functions | |
def | _getdir () |
def | _setdir (d) |
def | _protect (s) |
def | _restore (s) |
def | compat_hooks (hooks) |
def | dump (o, f, proto=0, key=None) |
def | load (f, use_proxy=1, key=None) |
def | dump_root (o, fname, proto=0, key=None) |
def | load_root (fname, use_proxy=1, key=None) |
Variables | |
_compat_hooks = None | |
xsave = Saver() | |
|
private |
Definition at line 78 of file root_pickle.py.
|
private |
Definition at line 110 of file root_pickle.py.
|
private |
Definition at line 112 of file root_pickle.py.
|
private |
Definition at line 87 of file root_pickle.py.
def python.root_pickle.compat_hooks | ( | hooks | ) |
Set compatibility hooks. If this is set, then hooks[0] is called before loading, and hooks[1] is called after loading. hooks[1] is called with the return value of hooks[0] as an argument. This is useful for backwards compatibility in some situations.
Definition at line 461 of file root_pickle.py.
def python.root_pickle.dump | ( | o, | |
f, | |||
proto = 0 , |
|||
key = None |
|||
) |
Dump object O to the Root TFile F.
Definition at line 472 of file root_pickle.py.
def python.root_pickle.dump_root | ( | o, | |
fname, | |||
proto = 0 , |
|||
key = None |
|||
) |
def python.root_pickle.load | ( | f, | |
use_proxy = 1 , |
|||
key = None |
|||
) |
Load an object from the Root TFile F.
Definition at line 476 of file root_pickle.py.
def python.root_pickle.load_root | ( | fname, | |
use_proxy = 1 , |
|||
key = None |
|||
) |
|
private |
Definition at line 335 of file root_pickle.py.
python.root_pickle.xsave = Saver() |
Definition at line 336 of file root_pickle.py.