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

Method fileno

mypy/dmypy_util.py:74–75  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72 pass
73
74 def fileno(self) -> int:
75 raise OSError
76
77 def flush(self) -> None:
78 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected