Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ close
Method
close
Lib/test/test_asyncio/test_tasks.py:79–80 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
77
pass
78
79
def
close(self):
80
pass
81
82
def
__await__(self):
83
return
self
Callers
15
test_other_loop_future
Method · 0.45
test_task_class
Method · 0.45
test_ensure_future_future
Method · 0.45
test_ensure_future_task
Method · 0.45
test_ensure_future_task_awaitable
Method · 0.45
test_ensure_future_error_msg
Method · 0.45
test_exception_chaining_after_await
Method · 0.45
test_exception_chaining_after_await_with_context_cycle
Method · 0.45
test_cancelling
Method · 0.45
test_uncancel_basic
Method · 0.45
test_uncancel_structured_blocks
Method · 0.45
test_uncancel_resets_must_cancel
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected