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.
    |  |  | 
    |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | printDiagnostics(self,
        fd=<epydoc.docintrospecter._DevNull object>,
        prefix= '')Pretty-print diagnostic information to a file descriptor.
 | source code |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | _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 |  | 
    |  | 
        
          | _getSupported(self) Property target to get the supported value.
 | source code |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__setattr__,__sizeof__,__subclasshook__ |