MCPcopy Create free account
hub / github.com/SecurityInnovation/PGPy / update

Method update

test_load_asc_bench.py:109–113  ·  view source on GitHub ↗
(self, pbar)

Source from the content-addressed store, hash-verified

107 self.format = format
108
109 def update(self, pbar):
110 if self.iec:
111 return self.format.format(Mebibyte(len(self.list)))
112
113 return self.format.format(len(self.list))
114
115
116pb3w = [BetterCounter(packets, False, '{:,} pkts'), '|', BetterCounter(_b, True, '{:,} rem.'), '|', Timer("%s"), '|', Percentage(), Bar()]

Callers 14

_encryptFunction · 0.80
_decryptFunction · 0.80
attests_toMethod · 0.80
_signMethod · 0.80
certifyMethod · 0.80
__call__Method · 0.80
verifyMethod · 0.80
derive_keyMethod · 0.80
signMethod · 0.80
encryptMethod · 0.80
decryptMethod · 0.80

Calls 1

MebibyteClass · 0.85

Tested by

no test coverage detected