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

Method stop

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

Source from the content-addressed store, hash-verified

412'''
413
414 def stop(self):
415 with shared.printLock:
416 print('Stopping Bitmessage Deamon.')
417 shutdown.doCleanShutdown()
418
419
420 #TODO: nice function but no one is using this

Callers 4

acceptMethod · 0.45
rejectMethod · 0.45
quitMethod · 0.45
stopUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected