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

Function main

tools/generate_tuple_map_overloads.py:147–150  ·  view source on GitHub ↗
(cmd: code_writer_cmd)

Source from the content-addressed store, hash-verified

145
146
147def main(cmd: code_writer_cmd) -> None:
148 for modname, count in entries:
149 if cmd.args.module in {"all", modname}:
150 run_module(modname, count, cmd)
151
152
153entries = [

Callers 1

Calls 1

run_moduleFunction · 0.70

Tested by

no test coverage detected