Class holding runtime diagnostic information.
Diagnostic information is information that is useful to get from users
for debugging purposes. I'm consolidating it all here into one
object.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_getVersion(self)
Property target to get the Cedar Backup version. |
source code
|
|
|
_getInterpreter(self)
Property target to get the Python interpreter version. |
source code
|
|
|
_getEncoding(self)
Property target to get the filesystem encoding. |
source code
|
|
|
_getPlatform(self)
Property target to get the operating system platform. |
source code
|
|
|
_getLocale(self)
Property target to get the default locale that is in effect. |
source code
|
|
|
_getTimestamp(self)
Property target to get a current date/time stamp. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|