Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ close
Method
close
Lib/test/test_collections.py:1200–1200 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1198
def
__iter__(self):
return
self
1199
def
__next__(self):
return
None
1200
def
close(self):
pass
1201
def
send(self, value):
return
value
1202
def
throw(self, typ, val=None, tb=None):
pass
1203
Callers
3
test_Awaitable
Method · 0.45
test_Coroutine
Method · 0.45
test_Generator
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected