Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ desc
Method
desc
test/orm/test_inspect.py:428–429 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
426
m.add_property(
"q"
, column_property(self.tables.users.c.name))
427
428
def
desc(self):
429
return
self.name
430
431
AnonClass.foob = hybrid_property(desc)
432
Callers
15
test_operator_precedence_collate_5
Method · 0.45
test_operator_precedence_collate_6
Method · 0.45
test_order_by
Method · 0.45
test_order_by_nulls
Method · 0.45
test_order_by_nulls
Method · 0.45
test_orderby_groupby
Method · 0.45
test_over_within_group
Method · 0.45
test_within_group
Method · 0.45
CoreFixtures
Class · 0.45
test_aggregate_strings_order_by
Method · 0.45
test_pickle_within_group
Method · 0.45
test_within_group_desc
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected