MCPcopy 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.pyFile · 0.45

Calls 1

filenoMethod · 0.45

Tested by

no test coverage detected