MCPcopy Index your code
hub / github.com/python/cpython / fileno

Method fileno

Lib/_pyio.py:865–866  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

863 ### Lower-level APIs ###
864
865 def fileno(self):
866 return self.raw.fileno()
867
868 def isatty(self):
869 return self.raw.isatty()

Callers

nothing calls this directly

Calls 1

filenoMethod · 0.45

Tested by

no test coverage detected