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

Method reset_counters

Lib/test/test_asyncio/utils.py:474–476  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

472 return self._remove_writer(fd)
473
474 def reset_counters(self):
475 self.remove_reader_count = collections.defaultdict(int)
476 self.remove_writer_count = collections.defaultdict(int)
477
478 def _run_once(self):
479 super()._run_once()

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected