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

Method time_rpartition

asv_bench/benchmarks/strings.py:105–106  ·  view source on GitHub ↗
(self, dtype)

Source from the content-addressed store, hash-verified

103 self.s.str.partition("A")
104
105 def time_rpartition(self, dtype):
106 self.s.str.rpartition("A")
107
108 def time_replace(self, dtype):
109 self.s.str.replace("A", "\x01\x01")

Callers

nothing calls this directly

Calls 1

rpartitionMethod · 0.80

Tested by

no test coverage detected