Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
''
&
#x27;Make sure that resource tracker process is running.
Callers
2
_launch
Method · 0.45
connect_to_new_process
Method · 0.45
Calls
1
ensure_running
Method · 0.95
Tested by
no test coverage detected