Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sqlalchemy/sqlalchemy
/ cascading
Method
cascading
lib/sqlalchemy/orm/decl_api.py:465–467 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
463
464
@hybridproperty
465
def
cascading(cls) -> _stateful_declared_attr[_T_co]:
466
# see mapping_api.rst for docstring
467
return
cls._stateful(cascading=True)
468
469
470
class
_stateful_declared_attr(declared_attr[_T_co]):
Callers
nothing calls this directly
Calls
1
_stateful
Method · 0.45
Tested by
no test coverage detected