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

Method set_task_factory

Lib/asyncio/events.py:636–637  ·  view source on GitHub ↗
(self, factory)

Source from the content-addressed store, hash-verified

634 # Task factory.
635
636 def set_task_factory(self, factory):
637 raise NotImplementedError
638
639 def get_task_factory(self):
640 raise NotImplementedError

Callers 13

new_event_loopMethod · 0.45
setUpMethod · 0.45
__init__Method · 0.45
runnerMethod · 0.45
loop_factoryMethod · 0.45
test_set_task_factoryMethod · 0.45
setUpMethod · 0.45

Calls

no outgoing calls

Tested by 13

new_event_loopMethod · 0.36
setUpMethod · 0.36
__init__Method · 0.36
runnerMethod · 0.36
loop_factoryMethod · 0.36
test_set_task_factoryMethod · 0.36
setUpMethod · 0.36