MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _stateful

Method _stateful

lib/sqlalchemy/orm/decl_api.py:456–457  ·  view source on GitHub ↗
(cls, **kw: Any)

Source from the content-addressed store, hash-verified

454
455 @hybridmethod
456 def _stateful(cls, **kw: Any) -> _stateful_declared_attr[_T_co]:
457 return _stateful_declared_attr(**kw)
458
459 @hybridproperty
460 def directive(cls) -> _declared_directive[Any]:

Callers 1

cascadingMethod · 0.45

Calls 1

Tested by

no test coverage detected