testing.variation(
"dml",
[
("update", testing.requires.update_from),
("delete", testing.requires.delete_using),
],
)
| 1 | from sqlalchemy import column |
| 2 | from sqlalchemy import delete |
| 3 | from sqlalchemy import func |
| 4 | from sqlalchemy import Integer |
nothing calls this directly
no outgoing calls
no test coverage detected