Home | Trees | Indices | Help |
|
---|
|
object --+ | Tool
A registered function for use with CherryPy request-processing hooks.
help(tool.callable) should give you more information about this Tool.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
namespace =
|
|
|||
on | |||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Compile-time decorator (turn on the tool in config). For example: @tools.proxy() def whats_my_base(self): return cherrypy.request.base whats_my_base.exposed = True |
Hook this tool into cherrypy.request. The standard CherryPy request object will automatically call this method when the tool is "turned on" in config. |
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Sep 20 20:31:09 2013 | http://epydoc.sourceforge.net |