Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ name
Method
name
tools/python-3.11.9-amd64/Lib/socket.py:759–763 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
757
758
@property
759
def
name(self):
760
if
not self.closed:
761
return
self.fileno()
762
else
:
763
return
-1
764
765
@property
766
def
mode(self):
Callers
nothing calls this directly
Calls
1
fileno
Method · 0.95
Tested by
no test coverage detected