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

Route test_interrupt_ctxmanager_ops

test/orm/test_transaction.py:None–None  ·  view source on GitHub ↗
testing.combinations(
        ("add",),
        ("modify",),
        ("delete",),
        ("begin",),
        argnames="check_operation",
    )

Source from the content-addressed store, hash-verified

1from __future__ import annotations
2
3import contextlib
4import random

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected