Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _convert_names
Function
_convert_names
Lib/unittest/main.py:46–47 ·
view source on GitHub ↗
(names)
Source
from the content-addressed store, hash-verified
44
return
name
45
46
def
_convert_names(names):
47
return
[_convert_name(name)
for
name in names]
48
49
50
def
_convert_select_pattern(pattern):
Callers
1
parseArgs
Method · 0.85
Calls
1
_convert_name
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…