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

Method fileno

Lib/_android_support.py:136–139  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

134
135 # This is needed by the test suite --timeout option, which uses faulthandler.
136 def fileno(self):
137 if self._fileno is None:
138 raise io.UnsupportedOperation("fileno")
139 return self._fileno
140
141
142# When a large volume of data is written to logcat at once, e.g. when a test

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected