MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / fileno

Method fileno

tools/python-3.11.9-amd64/Lib/socket.py:752–756  ·  view source on GitHub ↗

Return the file descriptor of the underlying socket.

(self)

Source from the content-addressed store, hash-verified

750 return super().seekable()
751
752 def fileno(self):
753 """Return the file descriptor of the underlying socket.
754 """
755 self._checkClosed()
756 return self._sock.fileno()
757
758 @property
759 def name(self):

Callers 6

nameMethod · 0.95
__repr__Method · 0.45
dupMethod · 0.45
get_inheritableMethod · 0.45
set_inheritableMethod · 0.45

Calls 1

_checkClosedMethod · 0.45

Tested by

no test coverage detected