MCPcopy Index your code
hub / github.com/python/cpython / __init__

Method __init__

Lib/asyncio/unix_events.py:906–908  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

904 """
905
906 def __init__(self):
907 self._pid_counter = itertools.count(0)
908 self._threads = {}
909
910 def __del__(self, _warn=warnings.warn):
911 threads = [thread for thread in list(self._threads.values())

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

countMethod · 0.45

Tested by

no test coverage detected