Home | Trees | Indices | Help |
---|
|
object --+ | PlasmalogZipper
|
|||
|
__init__(self,
srcdir,
destdir) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
|
setZip(self,
boolean) Set ZIP flag |
||
|
setRemoe(self,
boolean) Set remoe flag |
||
|
isPlasmaLogDir(self,
path=None) Check if a path is a valid plasma log directory |
||
|
zipLogDir(self) Zip all log files |
||
|
removeLogs(self) Removes log directories |
||
|
__len__(self) TODO: implementation |
||
|
__iter__(self) TODO: implementation |
||
Inherited from |
|
|||
|
_save_patterns = ['*.elf', '*.txt', '*.log', '*.zip', '*.jpg']
|
|
|||
Inherited from |
|
|
|
|
Check if a path is a valid plasma log directory Just checks for the plasmalog.txt file Returns either False or a time stamp |
Zip all log files This function also zips subdirectories. |
Removes log directories The removeLogs function removes only files considered as safe |
|
|
|
_save_patternsNone
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Sun Feb 4 17:00:21 2007 | http://epydoc.sourceforge.net |