Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.py
File · 0.45
l10n.py
File · 0.45
getTranslationLanguage
Function · 0.45
apiData
Function · 0.45
bmSettings
Function · 0.45
validAddress
Function · 0.45
UI
Function · 0.45
run
Method · 0.45
processgetpubkey
Method · 0.45
processmsg
Method · 0.45
processbroadcast
Method · 0.45
APIAuthenticateClient
Method · 0.45
Calls
1
smtpDeliver
Class · 0.85
Tested by
no test coverage detected