MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / fileno

Method fileno

src/network/asyncore_pollchoose.py:923–924  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

921 os.close(self.fd)
922
923 def fileno(self):
924 return self.fd
925
926 class file_dispatcher(dispatcher):
927

Callers 4

daemonizeMethod · 0.80
set_socketMethod · 0.80
__init__Method · 0.80
set_fileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected