testing.combinations(
("polymorphic", True), ("test_get_nonpolymorphic", False), id_="ia"
)
| 1 | from sqlalchemy import Boolean |
| 2 | from sqlalchemy import case |
| 3 | from sqlalchemy import column |
| 4 | from sqlalchemy import event |
nothing calls this directly
no outgoing calls
no test coverage detected