Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _loop_test
Method
_loop_test
test/sql/test_operators.py:192–194 · test/sql/test_operators.py::DefaultColumnComparatorTest._loop_test
(self, operator, *arg)
Source
from the content-addressed store, hash-verified
190
)
191
192
def
_loop_test(self, operator, *arg):
193
loop = LoopOperate()
194
is_(operator(loop, *arg), operator)
195
196
@testing.combinations(
197
operators.add,
Callers
4
test_scalar
Method · 0.95
test_operate
Method · 0.95
test_in
Method · 0.95
test_not_in
Method · 0.95
Calls
2
is_
Function · 0.90
LoopOperate
Class · 0.85
Tested by
no test coverage detected