MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / test_unbuffered_result_session_is_closed

Route test_unbuffered_result_session_is_closed

test/orm/test_session.py:None–None  ·  view source on GitHub ↗
testing.combinations(
        ("close", testing.requires.cursor_works_post_rollback),
        ("expunge_all",),
    )

Source from the content-addressed store, hash-verified

1from __future__ import annotations
2
3import inspect as _py_inspect
4import pickle

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected