Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ generate_tuple_map_overloads.py
File
generate_tuple_map_overloads.py
tools/generate_tuple_map_overloads.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
r
""
"Generate tuple mapping overloads.
2
3
the problem solved by this script is that of there&
#x27;s no way in current
4
pep-484 typing to unpack \*args: _T into Tuple[_T]. pep-646 is the first
Callers
nothing calls this directly
Calls
5
code_writer_cmd
Class · 0.90
add_arguments
Method · 0.80
run_program
Method · 0.80
main
Function · 0.70
append
Method · 0.45
Tested by
no test coverage detected