MCPcopy Index your code
hub / github.com/python/cpython / close

Method close

Lib/test/test_io/test_textio.py:504–506  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

502 else:
503 f()
504 def close(self):
505 record.append(2)
506 super().close()
507 def flush(self):
508 record.append(3)
509 super().flush()

Callers 7

closeMethod · 0.45
test_basic_ioMethod · 0.45
test_tellingMethod · 0.45

Calls 2

superClass · 0.85
appendMethod · 0.45

Tested by

no test coverage detected