Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ factory
Method
factory
test/sql/test_constraints.py:1025–1026 ·
view source on GitHub ↗
(**kw)
Source
from the content-addressed store, hash-verified
1023
1024
def
test_deferrable_pk(self):
1025
def
factory(**kw):
1026
return
PrimaryKeyConstraint(
"a"
, **kw)
1027
1028
self._test_deferrable(factory)
1029
Callers
nothing calls this directly
Calls
4
PrimaryKeyConstraint
Class · 0.90
ForeignKeyConstraint
Class · 0.90
UniqueConstraint
Class · 0.90
CheckConstraint
Class · 0.90
Tested by
no test coverage detected