![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self) | |
| add (self, o) | |
Private Attributes | |
| int | __chunksize = 65536 |
| int | __i = self.__chunksize |
| list | __chunks = [] |
Definition at line 277 of file root_pickle.py.
| python.root_pickle.Saver.__init__ | ( | self | ) |
Definition at line 278 of file root_pickle.py.
| python.root_pickle.Saver.add | ( | self, | |
| o ) |
Definition at line 284 of file root_pickle.py.
|
private |
Definition at line 281 of file root_pickle.py.
|
private |
Definition at line 279 of file root_pickle.py.
|
private |
Definition at line 280 of file root_pickle.py.