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

Method readable

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

Source from the content-addressed store, hash-verified

592 # ==================================================
593
594 def readable(self):
595 if maxDownloadRate > 0:
596 return downloadBucket > dispatcher.minTx
597 return True
598
599 def writable(self):
600 if maxUploadRate > 0:

Callers 4

select_pollerFunction · 0.45
poll_pollerFunction · 0.45
epoll_pollerFunction · 0.45
kqueue_pollerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected