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

Method time_findall

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

Source from the content-addressed store, hash-verified

70 self.s.str.extract("(\\w*)A(\\w*)")
71
72 def time_findall(self, dtype):
73 self.s.str.findall("[A-Z]+")
74
75 def time_find(self, dtype):
76 self.s.str.find("[A-Z]+")

Callers

nothing calls this directly

Calls 1

findallMethod · 0.80

Tested by

no test coverage detected