Package turbogears :: Package toolbox :: Module base :: Class Info

Class Info

source code

            object --+    
                     |    
controllers.Controller --+
                         |
                        Info

TurboGears System Information.

Lists your TurboGears packages and version information.


Version: 0.1

Author: Ronald Jaramillo

Copyright: Copyright 2005 Ronald Jaramillo

License: MIT

Instance Methods
 
index(self, *_decorator__varargs, **_decorator__kwargs) source code

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

Class Variables
  __label__ = 'System Info'
  __email__ = 'ronald@checkandshare.com'
  icon = '/tg_static/images/info.png'

Inherited from controllers.Controller: accesslog, msglog, msglogfunc

Properties

Inherited from object: __class__

Method Details

index(self, *_decorator__varargs, **_decorator__kwargs)

source code 
Decorators:
  • @expose(template= 'turbogears.toolbox.info')