Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ name
Method
name
test/ext/test_hybrid.py:825–826 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
823
824
@Person.name.overrides.expression
825
def
name(self):
826
return
func.concat(
"Hello"
, self._name)
827
828
class
FooComparator(hybrid.Comparator):
829
def
__clause_element__(self):
Callers
nothing calls this directly
Calls
1
concat
Method · 0.45
Tested by
no test coverage detected