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

Method write

src/bitmessagecurses/__init__.py:68–70  ·  view source on GitHub ↗
(self, output)

Source from the content-addressed store, hash-verified

66 pass
67class errLog:
68 def write(self, output):
69 global log
70 log += "!"+output
71 def flush(self):
72 pass
73printlog = printLog()

Callers 15

configInitFunction · 0.45
apiInitFunction · 0.45
bmSettingsFunction · 0.45
saveFileFunction · 0.45
do_POSTMethod · 0.45
HandleLeaveChanMethod · 0.45
HandleDeleteAddressMethod · 0.45
depends.pyFile · 0.45
lockMethod · 0.45
runMethod · 0.45
runMethod · 0.45
saveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected