Searched refs:random_shuffled_copy (Results 1 – 4 of 4) sorted by relevance
/dports/finance/electrum/Electrum-4.1.5/electrum/ |
H A D | synchronizer.py | 35 from .util import bh2u, make_aiohttp_session, NetworkJobOnDefaultServer, random_shuffled_copy 251 for addr in random_shuffled_copy(self.wallet.db.get_history()): 258 for addr in random_shuffled_copy(self.wallet.get_addresses()):
|
H A D | lnwatcher.py | 14 from .util import bh2u, bfh, log_exceptions, ignore_exceptions, TxMinedInfo, random_shuffled_copy 287 for outpoint, address in random_shuffled_copy(lst):
|
H A D | util.py | 1580 def random_shuffled_copy(x: Iterable[T]) -> List[T]: function
|
H A D | lnworker.py | 43 from .util import timestamp_to_datetime, random_shuffled_copy 627 for channel_id, c in random_shuffled_copy(channels.items()):
|