MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / main

Function main

tools/sync_test_files.py:49–56  ·  view source on GitHub ↗
(file: str, cmd: code_writer_cmd)

Source from the content-addressed store, hash-verified

47
48
49def main(file: str, cmd: code_writer_cmd) -> None:
50 if file == "all":
51 operations: Iterable[Any] = files.items()
52 else:
53 operations = [(file, files[file])]
54
55 for name, info in operations:
56 run_operation(name, info["source"], info["dest"], cmd)
57
58
59files = {

Callers 1

sync_test_files.pyFile · 0.70

Calls 2

run_operationFunction · 0.85
itemsMethod · 0.45

Tested by

no test coverage detected