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

Method close

Lib/test/audit-tests.py:35–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 self.close()
34
35 def close(self):
36 self.closed = True
37
38 @property
39 def seen_events(self):

Callers 15

__exit__Method · 0.95
testFunction · 0.45
setUpMethod · 0.45
_cleanup_socketsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected