Exemplo n.º 1
0
 async def get_daemon(self):
     async for _ in setup_daemon(btools=bt):
         yield _
Exemplo n.º 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
Exemplo n.º 3
0
 async def get_daemon_1(self):
     async for _ in setup_daemon(btools=b_tools_1):
         yield _
Exemplo n.º 4
0
 async def get_daemon(self):
     async for _ in setup_daemon(55401, "http://127.0.0.1:59000/status",
                                 pubkey_alert):
         yield _
Exemplo n.º 5
0
 async def get_daemon(self, get_b_tools):
     async for _ in setup_daemon(btools=get_b_tools):
         yield _