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

Method fileno

Lib/multiprocessing/connection.py:169–172  ·  view source on GitHub ↗

File descriptor or handle of the connection

(self)

Source from the content-addressed store, hash-verified

167 return self._writable
168
169 def fileno(self):
170 """File descriptor or handle of the connection"""
171 self._check_closed()
172 return self._handle
173
174 def close(self):
175 """Close the connection"""

Callers 7

send_handleFunction · 0.45
recv_handleFunction · 0.45
_reduce_socketFunction · 0.45
ensure_runningMethod · 0.45
_launchMethod · 0.45
reduce_connectionFunction · 0.45
reduce_pipe_connectionFunction · 0.45

Calls 1

_check_closedMethod · 0.95

Tested by

no test coverage detected