Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
348
def
record_names(file_defs):
349
recording = _path.Recording()
350
_path.build(file_defs, recording)
351
return
recording.record
352
353
354
class
FileBuilder:
Callers
1
build_record
Function · 0.70
Calls
1
build
Method · 0.45
Tested by
no test coverage detected