MCPcopy
hub / github.com/pandas-dev/pandas / time_equals_deepcopy

Method time_equals_deepcopy

asv_bench/benchmarks/multiindex_object.py:235–236  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

233 self.idx_non_object = RangeIndex(1)
234
235 def time_equals_deepcopy(self):
236 self.mi.equals(self.mi_deepcopy)
237
238 def time_equals_non_object_index(self):
239 self.mi.equals(self.idx_non_object)

Callers

nothing calls this directly

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected