MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / name

Method name

test/orm/test_cache_key.py:796–797  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

794
795 @hybrid_property
796 def name(self):
797 return self.first_name
798
799 @name.expression
800 def name(

Callers

nothing calls this directly

Calls 3

columnFunction · 0.90
caseFunction · 0.85
failMethod · 0.45

Tested by

no test coverage detected