Package cherrypy :: Class _ThreadData
[hide private]
[frames] | no frames]

Class _ThreadData

source code

   object --+    
            |    
thread._local --+
                |
               _ThreadData

A container for thread-specific data.

Instance Methods [hide private]

Inherited from thread._local: __delattr__, __getattribute__, __new__, __setattr__

Inherited from object: __hash__, __init__, __reduce__, __reduce_ex__, __repr__, __str__

Properties [hide private]

Inherited from object: __class__