MCPcopy 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
344def build_record(file_defs):
345 return ''.join(f'{name},,\n' for name in record_names(file_defs))
346
347
348def record_names(file_defs):

Callers

nothing calls this directly

Calls 2

record_namesFunction · 0.70
joinMethod · 0.45

Tested by

no test coverage detected