testing.combinations(
("close", testing.requires.cursor_works_post_rollback),
("expunge_all",),
)
| 1 | from __future__ import annotations |
| 2 | |
| 3 | import inspect as _py_inspect |
| 4 | import pickle |
nothing calls this directly
no outgoing calls
no test coverage detected