Home | Trees | Indices | Help |
|
---|
|
object --+ | Tool --+ | DeprecatedTool
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
_name = None hash(x) |
|||
warnmsg =
|
|||
|
|||
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 Tue Jul 1 05:09:36 2014 | http://epydoc.sourceforge.net |