Public Member Functions | |
def | __enter__ (self) |
def | __exit__ (self, args) |
def | __init__ (self, name, message=None) |
def | __nonzero__ (self) |
def | wouldbevalid (self) |
Public Attributes | |
bool | |
f | |
fd | |
filename | |
pwd | |
Private Member Functions | |
def | __open (self) |
Private Attributes | |
__message | |
Definition at line 51 of file hippyaddtobaddatafiles.py.
def hippyaddtobaddatafiles.KeepWhileOpenFile.__init__ | ( | self, | |
name, | |||
message = None |
|||
) |
Definition at line 52 of file hippyaddtobaddatafiles.py.
def hippyaddtobaddatafiles.KeepWhileOpenFile.__enter__ | ( | self | ) |
Definition at line 68 of file hippyaddtobaddatafiles.py.
References hippyaddtobaddatafiles.KeepWhileOpenFile.__message, hippyaddtobaddatafiles.KeepWhileOpenFile.__open(), hippyaddtobaddatafiles.KeepWhileOpenFile.bool, hippyaddtobaddatafiles.cd(), hippyaddtobaddatafiles.KeepWhileOpenFile.f, hippyaddtobaddatafiles.KeepWhileOpenFile.fd, hippyaddtobaddatafiles.KeepWhileOpenFile.pwd, and writeEcalDQMStatus.write.
def hippyaddtobaddatafiles.KeepWhileOpenFile.__exit__ | ( | self, | |
args | |||
) |
Definition at line 89 of file hippyaddtobaddatafiles.py.
References hippyaddtobaddatafiles.KeepWhileOpenFile.bool, hippyaddtobaddatafiles.cd(), hippyaddtobaddatafiles.KeepWhileOpenFile.f, hippyaddtobaddatafiles.KeepWhileOpenFile.fd, hippyaddtobaddatafiles.KeepWhileOpenFile.filename, dataset.DataFile.filename, and hippyaddtobaddatafiles.KeepWhileOpenFile.pwd.
def hippyaddtobaddatafiles.KeepWhileOpenFile.__nonzero__ | ( | self | ) |
Definition at line 99 of file hippyaddtobaddatafiles.py.
References hippyaddtobaddatafiles.KeepWhileOpenFile.bool.
Referenced by Types.int32.__bool__(), Types.uint32.__bool__(), Types.bool.__bool__(), and Types.string.__bool__().
|
private |
Definition at line 65 of file hippyaddtobaddatafiles.py.
References hippyaddtobaddatafiles.KeepWhileOpenFile.fd, hippyaddtobaddatafiles.KeepWhileOpenFile.filename, and dataset.DataFile.filename.
Referenced by hippyaddtobaddatafiles.KeepWhileOpenFile.__enter__().
def hippyaddtobaddatafiles.KeepWhileOpenFile.wouldbevalid | ( | self | ) |
Definition at line 60 of file hippyaddtobaddatafiles.py.
References hippyaddtobaddatafiles.KeepWhileOpenFile.bool.
|
private |
Definition at line 54 of file hippyaddtobaddatafiles.py.
Referenced by hippyaddtobaddatafiles.KeepWhileOpenFile.__enter__().
hippyaddtobaddatafiles.KeepWhileOpenFile.bool |
Definition at line 57 of file hippyaddtobaddatafiles.py.
Referenced by runEdmFileComparison.EdmObject.__bool__(), hippyaddtobaddatafiles.KeepWhileOpenFile.__enter__(), hippyaddtobaddatafiles.KeepWhileOpenFile.__exit__(), hippyaddtobaddatafiles.KeepWhileOpenFile.__nonzero__(), and hippyaddtobaddatafiles.KeepWhileOpenFile.wouldbevalid().
hippyaddtobaddatafiles.KeepWhileOpenFile.f |
Definition at line 56 of file hippyaddtobaddatafiles.py.
Referenced by hippyaddtobaddatafiles.KeepWhileOpenFile.__enter__(), hippyaddtobaddatafiles.KeepWhileOpenFile.__exit__(), svgfig.Curve.__repr__(), svgfig.Ticks.__repr__(), svgfig.CurveAxis.__repr__(), ztail.Decoder.follow(), ztail.Decoder.initial_synchronize(), svgfig.Ticks.orient_tickmark(), svgfig.Curve.Path(), DQMIO2histo.DQMIO.print_index(), svgfig.Curve.sample(), svgfig.Curve.subsample(), svgfig.LineAxis.SVG(), electronCompare.flushfile.write(), electronStore.flushfile.write(), and DQMIO2histo.DQMIO.write_to_file().
hippyaddtobaddatafiles.KeepWhileOpenFile.fd |
Definition at line 56 of file hippyaddtobaddatafiles.py.
Referenced by hippyaddtobaddatafiles.KeepWhileOpenFile.__enter__(), hippyaddtobaddatafiles.KeepWhileOpenFile.__exit__(), hippyaddtobaddatafiles.KeepWhileOpenFile.__open(), progressbar.ProgressBar._handle_resize(), and progressbar.ProgressBar.finish().
hippyaddtobaddatafiles.KeepWhileOpenFile.filename |
Definition at line 53 of file hippyaddtobaddatafiles.py.
Referenced by hippyaddtobaddatafiles.KeepWhileOpenFile.__exit__(), hippyaddtobaddatafiles.KeepWhileOpenFile.__open(), and python.rootplot.rootmath.Target.__repr__().
hippyaddtobaddatafiles.KeepWhileOpenFile.pwd |
Definition at line 55 of file hippyaddtobaddatafiles.py.
Referenced by hippyaddtobaddatafiles.KeepWhileOpenFile.__enter__(), and hippyaddtobaddatafiles.KeepWhileOpenFile.__exit__().