Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ stmt0
Method
stmt0
test/dialect/mysql/test_compiler.py:811–816 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
809
)
810
811
def
stmt0():
812
# note a multivalues INSERT is not cacheable; use just one
813
# set of values
814
return
insert(table).values(
815
{
"id"
: 1,
"bar"
:
"ab"
},
816
)
817
818
def
stmt1():
819
stmt = stmt0()
Callers
nothing calls this directly
Calls
2
insert
Function · 0.90
values
Method · 0.45
Tested by
no test coverage detected