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

Class GCRoot

source code

object --+
         |
        GCRoot

A CherryPy page handler for testing reference leaks.

Instance Methods [hide private]
 
index(self) source code
 
stats(self) source code

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

Class Variables [hide private]
  classes = [(<class 'cherrypy._cprequest.Request'>, 2, 2, 'Shou...
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

classes

Value:
[(<class 'cherrypy._cprequest.Request'>,
  2,
  2,
  'Should be 1 in this request thread and 1 in the main thread.'),
 (<class 'cherrypy._cprequest.Response'>,
  2,
  2,
  'Should be 1 in this request thread and 1 in the main thread.'),
...