Class representing a Cedar Backup purge directory.
|
__init__(self,
absolutePath=None,
retainDays=None)
Constructor for the PurgeDir class. |
source code
|
|
|
|
|
|
|
|
|
__eq__(self,
other)
Equals operator, implemented in terms of original Python 2 compare
operator. |
source code
|
|
|
__lt__(self,
other)
Less-than operator, implemented in terms of original Python 2 compare
operator. |
source code
|
|
|
__gt__(self,
other)
Greater-than operator, implemented in terms of original Python 2
compare operator. |
source code
|
|
|
|
|
_getAbsolutePath(self)
Property target used to get the absolute path. |
source code
|
|
|
|
|
_getRetainDays(self)
Property target used to get the absolute path. |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|