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/fixtures.py:337–340 ·
view source on GitHub ↗
(file_defs)
Source
from the content-addressed store, hash-verified
335
336
337
def
record_names(file_defs):
338
recording = _path.Recording()
339
_path.build(file_defs, recording)
340
return
recording.record
341
342
343
class
FileBuilder:
Callers
1
build_record
Function · 0.70
Calls
1
build
Method · 0.45
Tested by
no test coverage detected