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

Method get

src/class_smtpDeliver.py:31–34  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

29
30 @classmethod
31 def get(cls):
32 if not cls._instance:
33 cls._instance = smtpDeliver()
34 return cls._instance
35
36 def run(self):
37 while state.shutdown == 0:

Callers 15

checkdeps.pyFile · 0.45
l10n.pyFile · 0.45
getTranslationLanguageFunction · 0.45
apiDataFunction · 0.45
bmSettingsFunction · 0.45
validAddressFunction · 0.45
UIFunction · 0.45
runMethod · 0.45
processgetpubkeyMethod · 0.45
processmsgMethod · 0.45
processbroadcastMethod · 0.45
APIAuthenticateClientMethod · 0.45

Calls 1

smtpDeliverClass · 0.85

Tested by

no test coverage detected