Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
''
&
#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