MCPcopy
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

1r"""Generate tuple mapping overloads.
2
3the problem solved by this script is that of there's no way in current
4pep-484 typing to unpack \*args: _T into Tuple[_T]. pep-646 is the first

Callers

nothing calls this directly

Calls 5

code_writer_cmdClass · 0.90
add_argumentsMethod · 0.80
run_programMethod · 0.80
mainFunction · 0.70
appendMethod · 0.45

Tested by

no test coverage detected