Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ get_inheritable
Method
get_inheritable
Lib/socket.py:536–537 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
534
535
if
os.name ==
'nt'
:
536
def
get_inheritable(self):
537
return
os.get_handle_inheritable(self.fileno())
538
def
set_inheritable(self, inheritable):
539
os.set_handle_inheritable(self.fileno(), inheritable)
540
else
:
Callers
1
stdlib_os.py
File · 0.45
Calls
1
fileno
Method · 0.45
Tested by
no test coverage detected