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

Method _detach

Lib/multiprocessing/connection.py:185–187  ·  view source on GitHub ↗

Stop managing the underlying file descriptor or handle.

(self)

Source from the content-addressed store, hash-verified

183 self._handle = None
184
185 def _detach(self):
186 """Stop managing the underlying file descriptor or handle."""
187 self._handle = None
188
189 def send_bytes(self, buf, offset=0, size=None):
190 """Send the bytes data from a bytes-like object"""

Callers 2

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected