MCPcopy 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

testFunction · 0.45
setUpMethod · 0.45
tearDownMethod · 0.45
test_createMethod · 0.45
test_addMethod · 0.45
test_closeMethod · 0.45
run_commandMethod · 0.45
test_refcount_errorsMethod · 0.45
runMethod · 0.45
fork_threadMethod · 0.45

Calls 2

superClass · 0.85
appendMethod · 0.45

Tested by

no test coverage detected