MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _name_expression

Method _name_expression

test/ext/test_hybrid.py:1126–1127  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1124
1125 @name.inplace.expression
1126 def _name_expression(self):
1127 return func.concat("Hello", self._name)
1128
1129 p1 = Person(_name="name")
1130 eq_(p1.name, "name")

Callers

nothing calls this directly

Calls 1

concatMethod · 0.45

Tested by

no test coverage detected