Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ close
Method
close
Lib/test/test_io.py:733–735 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
731
else
:
732
f()
733
def
close(self):
734
record.append(self.on_close)
735
super().close()
736
def
flush(self):
737
record.append(self.on_flush)
738
super().flush()
Callers
15
test
Function · 0.45
setUp
Method · 0.45
_code_definitions.py
File · 0.45
tearDown
Method · 0.45
test_create
Method · 0.45
test_add
Method · 0.45
test_unregister_closed
Method · 0.45
test_close
Method · 0.45
run_command
Method · 0.45
test_refcount_errors
Method · 0.45
run
Method · 0.45
fork_thread
Method · 0.45
Calls
2
super
Class · 0.85
append
Method · 0.45
Tested by
no test coverage detected