MCPcopy 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_connection2Method · 0.45
sock_recvMethod · 0.45
sock_recv_intoMethod · 0.45
sock_recvfromMethod · 0.45
sock_recvfrom_intoMethod · 0.45
sock_sendallMethod · 0.45
sock_sendtoMethod · 0.45
sock_connectMethod · 0.45
sock_acceptMethod · 0.45
_make_empty_waiterMethod · 0.45
putMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_closeMethod · 0.36
test_ctorMethod · 0.36
test_ctor_with_waiterMethod · 0.36
test_ctorMethod · 0.36
mainMethod · 0.36
test_proc_exitedMethod · 0.36
test_subprocess_reprMethod · 0.36
clientMethod · 0.36
run_mainMethod · 0.36