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

Method fileno

Lib/test/support/asyncore.py:630–631  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

628 os.close(fd)
629
630 def fileno(self):
631 return self.fd
632
633 class file_dispatcher(dispatcher):
634

Callers 11

create_json_fileMethod · 0.45
_runtestMethod · 0.45
get_stty_echoMethod · 0.45
restore_stty_echoMethod · 0.45
setup_processFunction · 0.45
disable_faulthandlerFunction · 0.45
make_bad_fdFunction · 0.45
can_xattrFunction · 0.45
set_socketMethod · 0.45
__init__Method · 0.45
set_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected