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

Method close

Lib/multiprocessing/dummy/connection.py:68–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66 return self._in.qsize() > 0
67
68 def close(self):
69 pass
70
71 def __enter__(self):
72 return self

Callers 2

test_sqlite3Function · 0.95
__exit__Method · 0.95

Calls

no outgoing calls

Tested by 1

test_sqlite3Function · 0.76