Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_loop
Method · 0.45
setUp
Method · 0.45
__init__
Method · 0.45
runner
Method · 0.45
test_run_coroutine_threadsafe
Method · 0.45
test_run_coroutine_threadsafe_exception
Method · 0.45
loop_factory
Method · 0.45
test_set_task_factory_invalid
Method · 0.45
test_set_task_factory
Method · 0.45
test_create_named_task_with_custom_factory
Method · 0.45
setUp
Method · 0.45
test_run_coroutine_threadsafe_task_factory_exception
Method · 0.45
Calls
no outgoing calls
Tested by
13
new_event_loop
Method · 0.36
setUp
Method · 0.36
__init__
Method · 0.36
runner
Method · 0.36
test_run_coroutine_threadsafe
Method · 0.36
test_run_coroutine_threadsafe_exception
Method · 0.36
loop_factory
Method · 0.36
test_set_task_factory_invalid
Method · 0.36
test_set_task_factory
Method · 0.36
test_create_named_task_with_custom_factory
Method · 0.36
setUp
Method · 0.36
test_run_coroutine_threadsafe_task_factory_exception
Method · 0.36