MCPcopy Create free account
hub / github.com/grantjenks/python-sortedcontainers / update

Method update

tests/benchmark_sortedlist.py:239–240  ·  view source on GitHub ↗
(self, values)

Source from the content-addressed store, hash-verified

237 def _reset(self, load):
238 self.obj._reset(load)
239 def update(self, values):
240 self.obj.update(values)
241 def run(self, value):
242 raise NotImplementedError
243

Callers 13

fill_valuesFunction · 0.45
mainFunction · 0.45
stress_updateFunction · 0.45
fill_valuesFunction · 0.45
fill_valuesFunction · 0.45
stress_clearFunction · 0.45
stress_updateFunction · 0.45
stress_irangeFunction · 0.45
stress_indexFunction · 0.45
frameFunction · 0.45
stress_clearFunction · 0.45
stress_updateFunction · 0.45

Calls

no outgoing calls

Tested by 8

stress_updateFunction · 0.36
stress_clearFunction · 0.36
stress_updateFunction · 0.36
stress_irangeFunction · 0.36
stress_indexFunction · 0.36
stress_clearFunction · 0.36
stress_updateFunction · 0.36
stress_indexFunction · 0.36