MCPcopy 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_pollerFunction · 0.45
poll_pollerFunction · 0.45
epoll_pollerFunction · 0.45
kqueue_pollerFunction · 0.45
chooseConnectionFunction · 0.45
runMethod · 0.45
getListeningIPMethod · 0.45
loopMethod · 0.45
runMethod · 0.45
runMethod · 0.45
bm_command_objectMethod · 0.45
bm_command_addrMethod · 0.45

Calls 1

UISignalerClass · 0.85

Tested by

no test coverage detected