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

Method writable

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

Source from the content-addressed store, hash-verified

597 return True
598
599 def writable(self):
600 if maxUploadRate > 0:
601 return uploadBucket > dispatcher.minTx
602 return True
603
604 # ==================================================
605 # socket object methods.

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