Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ name
Method
name
test/ext/test_hybrid.py:1304–1305 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1302
1303
@hybrid.hybrid_property
1304
def
name(self):
1305
return
self.first_name +
" "
+ self.last_name
1306
1307
@name.setter
1308
def
name(self, value):
Callers
nothing calls this directly
Calls
2
split
Method · 0.80
concat
Method · 0.45
Tested by
no test coverage detected