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

Method usage

src/bitmessagemain.py:403–412  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

401 # signal.signal(signal.SIGINT, signal.SIG_DFL)
402
403 def usage(self):
404 print 'Usage: ' + sys.argv[0] + ' [OPTIONS]'
405 print '''
406Options:
407 -h, --help show this help message and exit
408 -c, --curses use curses (text mode) interface
409 -d, --daemon run in daemon (background) mode
410
411All parameters are optional.
412'''
413
414 def stop(self):
415 with shared.printLock:

Callers 1

startMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected