MCPcopy Index your code
hub / github.com/RustPython/RustPython / record_names

Function record_names

Lib/test/test_importlib/metadata/fixtures.py:348–351  ·  view source on GitHub ↗
(file_defs)

Source from the content-addressed store, hash-verified

346
347
348def record_names(file_defs):
349 recording = _path.Recording()
350 _path.build(file_defs, recording)
351 return recording.record
352
353
354class FileBuilder:

Callers 1

build_recordFunction · 0.70

Calls 1

buildMethod · 0.45

Tested by

no test coverage detected