MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / main

Function main

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

Source from the content-addressed store, hash-verified

139
140
141def main(cmd: code_writer_cmd) -> None:
142 for modname, count in entries:
143 if cmd.args.module in {"all", modname}:
144 run_module(modname, count, cmd)
145
146
147entries = [

Callers 1

Calls 1

run_moduleFunction · 0.70

Tested by

no test coverage detected