ATLAS Offline Software
Loading...
Searching...
No Matches
root_pickle.py File Reference

Go to the source code of this file.

Classes

class  python.root_pickle.Write_Wrapper
class  python.root_pickle.Read_Wrapper
class  python.root_pickle.Pickler
class  python.root_pickle.Saver
class  python.root_pickle.Root_Proxy
class  python.root_pickle.Unpickler

Namespaces

namespace  python
namespace  python.root_pickle

Functions

 python.root_pickle._getdir ()
 python.root_pickle._setdir (d)
 python.root_pickle.compat_hooks (hooks)
 python.root_pickle.dump (o, f, proto=0, key=None)
 python.root_pickle.load (f, use_proxy=1, key=None)
 python.root_pickle.dump_root (o, fname, proto=0, key=None)
 python.root_pickle.load_root (fname, use_proxy=1, key=None)

Variables

 python.root_pickle._compat_hooks = None
 python.root_pickle.xsave = Saver()