MCPcopy Create free account
hub / github.com/EasyIME/PIME / fileno

Method fileno

python/python3/tornado/iostream.py:285–287  ·  view source on GitHub ↗

Returns the file descriptor for this stream.

(self)

Source from the content-addressed store, hash-verified

283 self._closed = False
284
285 def fileno(self) -> Union[int, ioloop._Selectable]:
286 """Returns the file descriptor for this stream."""
287 raise NotImplementedError()
288
289 def close_fd(self) -> None:
290 """Closes the file underlying this stream.

Callers 4

closeMethod · 0.95
_handle_eventsMethod · 0.95
_handle_writeMethod · 0.95
_add_io_stateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected