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

Function record_names

Lib/test/test_importlib/fixtures.py:337–340  ·  view source on GitHub ↗
(file_defs)

Source from the content-addressed store, hash-verified

335
336
337def record_names(file_defs):
338 recording = _path.Recording()
339 _path.build(file_defs, recording)
340 return recording.record
341
342
343class FileBuilder:

Callers 1

build_recordFunction · 0.70

Calls 1

buildMethod · 0.45

Tested by

no test coverage detected