MCPcopy 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
336def build_record(file_defs):
337 return ''.join(f'{name},,\n' for name in record_names(file_defs))
338
339
340def record_names(file_defs):

Callers

nothing calls this directly

Calls 2

record_namesFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…