MCPcopy 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

superClass · 0.85
appendMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected