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

Route test_clause_extracts_orm_plugin_subject

test/orm/test_bind.py:None–None  ·  view source on GitHub ↗
testing.combinations(
        (insert,),
        (update,),
        (delete,),
        (select,),
    )

Source from the content-addressed store, hash-verified

1from unittest.mock import Mock
2
3import sqlalchemy as sa
4from sqlalchemy import delete

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected