Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ close
Method
close
Lib/test/test_io/test_general.py:394–396 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
392
else
:
393
f()
394
def
close(self):
395
record.append(2)
396
super().close()
397
def
flush(self):
398
record.append(3)
399
super().flush()
Callers
nothing calls this directly
Calls
3
super
Class · 0.85
append
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected