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

Method get_map

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

Source from the content-addressed store, hash-verified

325 return []
326
327 def get_map(self):
328 return self.keys
329
330
331class TestLoop(base_events.BaseEventLoop):

Callers 6

_add_readerMethod · 0.45
_remove_readerMethod · 0.45
_add_writerMethod · 0.45
_remove_writerMethod · 0.45
test_closeMethod · 0.45
test_get_mapMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_closeMethod · 0.36
test_get_mapMethod · 0.36