Beispiel #1
0
 async def get_daemon(self):
     async for _ in setup_daemon(btools=bt):
         yield _
Beispiel #2
0
 async def get_daemon_with_temp_keyring(self, get_b_tools):
     async for _ in setup_daemon(btools=get_b_tools):
         yield get_b_tools
Beispiel #3
0
 async def get_daemon_1(self):
     async for _ in setup_daemon(btools=b_tools_1):
         yield _
Beispiel #4
0
 async def get_daemon(self):
     async for _ in setup_daemon(55401, "http://127.0.0.1:59000/status",
                                 pubkey_alert):
         yield _
Beispiel #5
0
 async def get_daemon(self, get_b_tools):
     async for _ in setup_daemon(btools=get_b_tools):
         yield _