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

Route test_update_delete_flags

test/orm/test_events.py:None–None  ·  view source on GitHub ↗
testing.variation(
        "stmt_type",
        [
            ("insert", testing.requires.insert_returning),
            ("update", testing.requires.update_returning),
            ("delete", testing.r

Source from the content-addressed store, hash-verified

1import re
2from typing import Annotated
3from typing import Any
4from typing import Optional

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected