MCPcopy
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

UniqueConstraintClass · 0.90
CheckConstraintClass · 0.90

Tested by

no test coverage detected