Functions | |
def | hadd |
def | haddChunks |
def | haddPck |
def | haddRec |
Variables | |
string | default = "store_true" |
list | dir = args[0] |
string | help = "remove existing destination directories." |
list | odir = args[1] |
tuple | parser = OptionParser() |
Definition at line 84 of file heppy_hadd.py.
References python.multivaluedict.append(), haddRec(), join(), and list().
def heppy_hadd.haddPck | ( | file, | |
odir, | |||
idirs | |||
) |
add pck files in directories idirs to a directory outdir. All dirs in idirs must have the same subdirectory structure. Each pickle file will be opened, and the corresponding objects added to a destination pickle in odir.
Definition at line 10 of file heppy_hadd.py.
Referenced by hadd().
def heppy_hadd.haddRec | ( | odir, | |
idirs | |||
) |
Definition at line 58 of file heppy_hadd.py.
References hadd(), and join().
Referenced by haddChunks().
string heppy_hadd.default = "store_true" |
Definition at line 134 of file heppy_hadd.py.
list heppy_hadd.dir = args[0] |
Definition at line 146 of file heppy_hadd.py.
string heppy_hadd.help = "remove existing destination directories." |
Definition at line 135 of file heppy_hadd.py.
string heppy_hadd.odir = args[1] |
Definition at line 148 of file heppy_hadd.py.
Referenced by ClusterShape.determineShape(), and ClusterShape.processColumn().
tuple heppy_hadd.parser = OptionParser() |
Definition at line 125 of file heppy_hadd.py.