MCPcopy
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

Calls

no outgoing calls

Tested by

no test coverage detected