MCPcopy Index your code
hub / github.com/RustPython/RustPython / getfd

Method getfd

Lib/multiprocessing/resource_tracker.py:143–145  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

141 self._exitcode = None
142
143 def getfd(self):
144 self.ensure_running()
145 return self._fd
146
147 def ensure_running(self):
148 '''Make sure that resource tracker process is running.

Callers 2

_launchMethod · 0.45

Calls 1

ensure_runningMethod · 0.95

Tested by

no test coverage detected