event.listens_for(engine, "do_setinputsizes")
| 1 | import collections.abc as collections_abc |
| 2 | from contextlib import contextmanager |
| 3 | from contextlib import nullcontext |
| 4 | import copy |
nothing calls this directly
no outgoing calls
no test coverage detected