Package turbogears :: Package toolbox :: Module base :: Class Toolbox

Class Toolbox

source code

            object --+        
                     |        
controllers.Controller --+    
                         |    
controllers.RootController --+
                             |
                            Toolbox

Instance Methods
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
tool_icon(self, tool) source code
 
get_tools(self) source code
 
arrange_in_pairs(self, tools) source code
 
index(self, *_decorator__varargs, **_decorator__kwargs) source code
 
noaccess(self, *_decorator__varargs, **_decorator__kwargs) source code

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

Class Variables

Inherited from controllers.RootController: is_app_root

Inherited from controllers.Controller: accesslog, msglog, msglogfunc

Properties

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

index(self, *_decorator__varargs, **_decorator__kwargs)

source code 
Decorators:
  • @expose(template= "turbogears.toolbox.main")

noaccess(self, *_decorator__varargs, **_decorator__kwargs)

source code 
Decorators:
  • @expose()