Package cherrypy :: Module _cptools :: Class SessionAuthTool
[hide private]
[frames] | no frames]

Class SessionAuthTool

source code

object --+        
         |        
      Tool --+    
             |    
   HandlerTool --+
                 |
                SessionAuthTool

Instance Methods [hide private]
 
_setargs(self)
Copy func parameter names to obj attributes.
source code

Inherited from HandlerTool: __init__, handler

Inherited from HandlerTool (private): _setup, _wrapper

Inherited from Tool: __call__

Inherited from Tool (private): _get_on, _merged_args, _set_on

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

Class Variables [hide private]

Inherited from Tool: namespace

Properties [hide private]

Inherited from Tool: on

Inherited from object: __class__

Method Details [hide private]

_setargs(self)

source code 

Copy func parameter names to obj attributes.

Overrides: Tool._setargs
(inherited documentation)