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

Method get

Lib/test/test_asyncio/test_eager_task_factory.py:380–381  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

378 loop.set_task_factory(factory)
379
380 def get(self):
381 return self.task_count
382
383
384async def awaitable_chain(depth):

Callers 15

handle_clientMethod · 0.45
testMethod · 0.45
connection_madeMethod · 0.45
__init__Method · 0.45
get_ctxMethod · 0.45
fMethod · 0.45
exc_handlerMethod · 0.45
coroMethod · 0.45
runMethod · 0.45
test_awaitables_chainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected