MCPcopy 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
46def _convert_names(names):
47 return [_convert_name(name) for name in names]
48
49
50def _convert_select_pattern(pattern):

Callers 1

parseArgsMethod · 0.85

Calls 1

_convert_nameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…