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

Function main

src/bitmessagemain.py:429–431  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

427
428
429def main():
430 mainprogram = Main()
431 mainprogram.start()
432
433if __name__ == "__main__":
434 main()

Callers 1

bitmessagemain.pyFile · 0.70

Calls 2

startMethod · 0.95
MainClass · 0.85

Tested by

no test coverage detected