Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Bitmessage/PyBitmessage
/ get
Method
get
src/bitmessageqt/uisignaler.py:15–18 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
13
14
@classmethod
15
def
get(cls):
16
if
not cls._instance:
17
cls._instance = UISignaler()
18
return
cls._instance
19
20
def
run(self):
21
while
True:
Callers
15
select_poller
Function · 0.45
poll_poller
Function · 0.45
epoll_poller
Function · 0.45
kqueue_poller
Function · 0.45
chooseConnection
Function · 0.45
run
Method · 0.45
getListeningIP
Method · 0.45
loop
Method · 0.45
run
Method · 0.45
run
Method · 0.45
bm_command_object
Method · 0.45
bm_command_addr
Method · 0.45
Calls
1
UISignaler
Class · 0.85
Tested by
no test coverage detected