Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ fileno
Method
fileno
tools/python-3.11.9-amd64/Lib/_pyio.py:2205–2206 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2203
return
self.buffer.name
2204
2205
def
fileno(self):
2206
return
self.buffer.fileno()
2207
2208
def
isatty(self):
2209
return
self.buffer.isatty()
Callers
nothing calls this directly
Calls
1
fileno
Method · 0.45
Tested by
no test coverage detected