Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ create_future
Method
create_future
Lib/asyncio/events.py:323–324 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
321
raise
NotImplementedError
322
323
def
create_future(self):
324
raise
NotImplementedError
325
326
# Method scheduling a coroutine object: create a task.
327
Callers
15
_accept_connection2
Method · 0.45
sock_recv
Method · 0.45
sock_recv_into
Method · 0.45
sock_recvfrom
Method · 0.45
sock_recvfrom_into
Method · 0.45
sock_sendall
Method · 0.45
sock_sendto
Method · 0.45
sock_connect
Method · 0.45
sock_accept
Method · 0.45
_make_empty_waiter
Method · 0.45
put
Method · 0.45
get
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_unclosed_server_resource_warnings
Method · 0.36
test_close
Method · 0.36
test_ctor
Method · 0.36
test_ctor_with_waiter
Method · 0.36
test_ctor
Method · 0.36
main
Method · 0.36
test_proc_exited
Method · 0.36
test_subprocess_repr
Method · 0.36
test_proc_exited_no_invalid_state_error_on_exit_waiters
Method · 0.36
client
Method · 0.36
test_start_tls_slow_client_cancel
Method · 0.36
run_main
Method · 0.36