Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ record_names
Function
record_names
Lib/test/test_importlib/metadata/fixtures.py:340–343 ·
view source on GitHub ↗
(file_defs)
Source
from the content-addressed store, hash-verified
338
339
340
def
record_names(file_defs):
341
recording = _path.Recording()
342
_path.build(file_defs, recording)
343
return
recording.record
344
345
346
class
FileBuilder:
Callers
1
build_record
Function · 0.85
Calls
1
build
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…