MCPcopy Index your code
hub / github.com/python/cpython / index

Method index

Lib/importlib/metadata/_text.py:94–95  ·  view source on GitHub ↗
(self, sub)

Source from the content-addressed store, hash-verified

92 return super().lower()
93
94 def index(self, sub):
95 return self.lower().index(sub.lower())
96
97 def split(self, splitter=' ', maxsplit=0):
98 pattern = re.compile(re.escape(splitter), re.I)

Callers

nothing calls this directly

Calls 1

lowerMethod · 0.95

Tested by

no test coverage detected