Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ go
Method
go
test/ext/test_baked.py:875–877 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
873
if
cond1:
874
875
def
go():
876
result = bq(sess).all()
877
eq_([], result)
878
879
self.assert_sql_count(testing.db, go, 1)
880
else
:
Callers
nothing calls this directly
Calls
3
eq_
Function · 0.90
with_post_criteria
Method · 0.80
all
Method · 0.45
Tested by
no test coverage detected