testing.combinations(
(Integer, sa.text("10"), r"'?10'?"),
(Integer, "10", r"'?10'?"),
(Boolean, sa.true(), r"1|true"),
(
Integer,
sa.text("3 +
| 1 | # testing/suite/test_reflection.py |
| 2 | # Copyright (C) 2005-2026 the SQLAlchemy authors and contributors |
| 3 | # <see AUTHORS file> |
| 4 | # |
nothing calls this directly
no outgoing calls
no test coverage detected