MCPcopy Index your code
hub / github.com/webpy/webpy / __init__

Method __init__

web/utils.py:1265–1266  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1263 _instances = set()
1264
1265 def __init__(self):
1266 ThreadedDict._instances.add(self)
1267
1268 def __del__(self):
1269 ThreadedDict._instances.remove(self)

Callers

nothing calls this directly

Calls 1

addMethod · 0.80

Tested by

no test coverage detected