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

Function init

src/bitmessageqt/__init__.py:4391–4395  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4389
4390
4391def init():
4392 global app
4393 if not app:
4394 app = MySingleApplication(sys.argv)
4395 return app
4396
4397
4398def run():

Callers 1

runFunction · 0.70

Calls 1

MySingleApplicationClass · 0.85

Tested by

no test coverage detected