MCPcopy
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

splitMethod · 0.80
concatMethod · 0.45

Tested by

no test coverage detected