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

Method fileno

Lib/test/test_io/utils.py:45–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 return True
44
45 def fileno(self):
46 return 42
47
48 def readable(self):
49 return True

Callers 15

stopMethod · 0.45
test_stop_servingMethod · 0.45
readerMethod · 0.45
test_reader_callbackMethod · 0.45
test_writer_callbackMethod · 0.45
stopMethod · 0.45

Calls

no outgoing calls