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

Method time_tolist

asv_bench/benchmarks/array.py:102–103  ·  view source on GitHub ↗
(self, multiple_chunks)

Source from the content-addressed store, hash-verified

100 self.array[:] = "foo"
101
102 def time_tolist(self, multiple_chunks):
103 self.array.tolist()
104
105
106class ArrowExtensionArray:

Callers

nothing calls this directly

Calls 1

tolistMethod · 0.45

Tested by

no test coverage detected