MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_call

Method test_call

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

Source from the content-addressed store, hash-verified

1211 return A
1212
1213 def test_call(self):
1214 A = self._fixture()
1215 a1 = A(_value=10)
1216 eq_(a1.value(7), 17)
1217
1218 def test_expression(self):
1219 A = self._fixture()

Callers

nothing calls this directly

Calls 4

_fixtureMethod · 0.95
valueMethod · 0.95
eq_Function · 0.90
AClass · 0.70

Tested by

no test coverage detected