MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / items

Method items

src/bmconfigparser.py:78–79  ·  view source on GitHub ↗
(self, section, raw=False, variables=None)

Source from the content-addressed store, hash-verified

76 return default
77
78 def items(self, section, raw=False, variables=None):
79 return ConfigParser.ConfigParser.items(self, section, True, variables)
80
81 def addresses(self):
82 return filter(lambda x: x.startswith('BM-'), BMConfigParser().sections())

Callers 15

processmsgMethod · 0.80
processbroadcastMethod · 0.80
runMethod · 0.80
sendBigInvMethod · 0.80
sendaddrMethod · 0.80
readDefaultKnownNodesFunction · 0.80
knownNodesFunction · 0.80
allThreadTracebackFunction · 0.80
select_pollerFunction · 0.80
poll_pollerFunction · 0.80
epoll_pollerFunction · 0.80
kqueue_pollerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected