Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ build_record
Function
build_record
Lib/test/test_importlib/metadata/fixtures.py:336–337 ·
view source on GitHub ↗
(file_defs)
Source
from the content-addressed store, hash-verified
334
335
336
def
build_record(file_defs):
337
return
''
.join(f
'{name},,\n'
for
name in record_names(file_defs))
338
339
340
def
record_names(file_defs):
Callers
nothing calls this directly
Calls
2
record_names
Function · 0.85
join
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…