MCPcopy Create free account
hub / github.com/cherrypy/cherrypy / _ThreadData

Class _ThreadData

cherrypy/__init__.py:286–287  ·  view source on GitHub ↗

A container for thread-specific data.

Source from the content-addressed store, hash-verified

284
285
286class _ThreadData(_local):
287 """A container for thread-specific data."""
288
289
290thread_data = _ThreadData()

Callers 1

__init__.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…