Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_fixture
Method · 0.95
value
Method · 0.95
eq_
Function · 0.90
A
Class · 0.70
Tested by
no test coverage detected