testing.combinations(
(
"eagerload",
True,
testing.requires.computed_columns_on_update_returning,
),
(
"noneagerload",
| 1 | import sqlalchemy as sa |
| 2 | from sqlalchemy import Computed |
| 3 | from sqlalchemy import event |
| 4 | from sqlalchemy import Identity |
nothing calls this directly
no outgoing calls
no test coverage detected