![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, file, proto=0) | |
| dump (self, o, key=None) | |
| clear_memo (self) | |
Protected Member Functions | |
| _persistent_id (self, o) | |
Private Attributes | |
| __file = file | |
| __keys = file.GetListOfKeys() | |
| __io = Write_Wrapper() | |
| __pickle = pickle.Pickler (self.__io, proto) | |
| dict | __pmap = {} |
Definition at line 200 of file root_pickle.py.
| python.root_pickle.Pickler.__init__ | ( | self, | |
| file, | |||
| proto = 0 ) |
Create a root pickler. FILE should be a Root TFile. PROTO is the python pickle protocol version to use. The python part will be pickled to a Root TObjString called _pickle; it will contain references to the Root objects.
Definition at line 201 of file root_pickle.py.
|
protected |
Definition at line 242 of file root_pickle.py.
| python.root_pickle.Pickler.clear_memo | ( | self | ) |
Clears the pickler's internal memo.
Definition at line 235 of file root_pickle.py.
| python.root_pickle.Pickler.dump | ( | self, | |
| o, | |||
| key = None ) |
Write a pickled representation of o to the open TFile.
Definition at line 217 of file root_pickle.py.
|
private |
Definition at line 208 of file root_pickle.py.
|
private |
Definition at line 210 of file root_pickle.py.
|
private |
Definition at line 209 of file root_pickle.py.
|
private |
Definition at line 211 of file root_pickle.py.
|
private |
Definition at line 213 of file root_pickle.py.