Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ my_prop
Method
my_prop
test/orm/declarative/test_mixin.py:2071–2073 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
2069
class
Mixin:
2070
@declared_attr
2071
def
my_prop(cls):
2072
counter(cls)
2073
return
Column(
"x"
, Integer)
2074
2075
class
A(Base, Mixin):
2076
__tablename__ =
"a"
Callers
nothing calls this directly
Calls
3
Column
Class · 0.90
column_property
Function · 0.90
counter
Function · 0.85
Tested by
no test coverage detected