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

Method getfd

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

Source from the content-addressed store, hash-verified

137 self._exitcode = None
138
139 def getfd(self):
140 self.ensure_running()
141 return self._fd
142
143 def ensure_running(self):
144 '''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