MCPcopy 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_AwaitableMethod · 0.45
test_CoroutineMethod · 0.45
test_GeneratorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected