MCPcopy Create free account
hub / github.com/zzzeek/sqlalchemy / check_constraints

Method check_constraints

lib/sqlalchemy/engine/reflection.py:2069–2070  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

2067
2068 @classmethod
2069 def check_constraints(cls) -> List[ReflectedCheckConstraint]:
2070 return []
2071
2072 @classmethod
2073 def table_options(cls) -> Dict[str, Any]:

Callers 2

get_check_constraintsMethod · 0.45
get_check_constraintsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected