Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ build_record
Function
build_record
Lib/test/test_importlib/metadata/fixtures.py:344–345 ·
view source on GitHub ↗
(file_defs)
Source
from the content-addressed store, hash-verified
342
343
344
def
build_record(file_defs):
345
return
''
.join(f
'{name},,\n'
for
name in record_names(file_defs))
346
347
348
def
record_names(file_defs):
Callers
nothing calls this directly
Calls
2
record_names
Function · 0.70
join
Method · 0.45
Tested by
no test coverage detected