Home
last modified time | relevance | path

Searched refs:random_shuffled_copy (Results 1 – 4 of 4) sorted by relevance

/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dsynchronizer.py35 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 Dlnwatcher.py14 from .util import bh2u, bfh, log_exceptions, ignore_exceptions, TxMinedInfo, random_shuffled_copy
287 for outpoint, address in random_shuffled_copy(lst):
H A Dutil.py1580 def random_shuffled_copy(x: Iterable[T]) -> List[T]: function
H A Dlnworker.py43 from .util import timestamp_to_datetime, random_shuffled_copy
627 for channel_id, c in random_shuffled_copy(channels.items()):