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