MCPcopy
hub / github.com/Textualize/rich / fileno

Method fileno

rich/progress.py:222–223  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

220 return self._closed
221
222 def fileno(self) -> int:
223 return self.handle.fileno()
224
225 def isatty(self) -> bool:
226 return self.handle.isatty()

Callers 2

console.pyFile · 0.45
on_broken_pipeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected