Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ lower
Method
lower
Lib/importlib/metadata/_text.py:91–92 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
89
# cache lower since it's likely to be called frequently.
90
@method_cache
91
def
lower(self):
92
return
super().lower()
93
94
def
index(self, sub):
95
return
self.lower().index(sub.lower())
Callers
15
__lt__
Method · 0.95
__gt__
Method · 0.95
__eq__
Method · 0.95
__ne__
Method · 0.95
__hash__
Method · 0.95
index
Method · 0.95
main
Function · 0.45
load_font_cfg
Method · 0.45
on_fontlist_select
Method · 0.45
findfont
Method · 0.45
create_command_buttons
Method · 0.45
maybesave
Method · 0.45
Calls
1
super
Class · 0.85
Tested by
6
test_LoadTagDefs
Method · 0.36
test_config_colors
Method · 0.36
lowercase_insert
Method · 0.36
test_fontlist_key
Method · 0.36
test_fontlist_mouse
Method · 0.36
test_init
Method · 0.36