MCPcopy 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
340def record_names(file_defs):
341 recording = _path.Recording()
342 _path.build(file_defs, recording)
343 return recording.record
344
345
346class FileBuilder:

Callers 1

build_recordFunction · 0.85

Calls 1

buildMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…