Package trac :: Module api :: Class ISystemInfoProvider

Class ISystemInfoProvider

source code

    object --+    
             |    
core.Interface --+
                 |
                ISystemInfoProvider

Provider of system information, displayed in the "About Trac" page and in internal error reports.
Instance Methods
 
get_system_info()
Yield a sequence of (name, version) tuples describing the name and version information of external packages used by a component.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__