Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
147
def
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
153
entries = [
Callers
1
generate_tuple_map_overloads.py
File · 0.70
Calls
1
run_module
Function · 0.70
Tested by
no test coverage detected