![]() |
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 | 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 76 of file root_pickle.py.
|
private |
Definition at line 85 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 415 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 426 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 430 of file root_pickle.py.
| def python.root_pickle.load_root | ( | fname, | |
use_proxy = 1, |
|||
key = None |
|||
| ) |
|
private |
Definition at line 289 of file root_pickle.py.
| python.root_pickle.xsave = Saver() |
Definition at line 290 of file root_pickle.py.
1.8.18