Package cherrypy :: Package lib :: Module gctools :: Class RequestCounter
[hide private]
[frames] | no frames]

Class RequestCounter

source code

                  object --+    
                           |    
process.plugins.SimplePlugin --+
                               |
                              RequestCounter

Instance Methods [hide private]
 
start(self) source code
 
before_request(self) source code
 
after_request(self) source code

Inherited from process.plugins.SimplePlugin: __init__, subscribe, unsubscribe

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

Class Variables [hide private]

Inherited from process.plugins.SimplePlugin: bus

Properties [hide private]

Inherited from object: __class__