Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ go
Method
go
test/dialect/mysql/test_query.py:134–136 ·
view source on GitHub ↗
(seq)
Source
from the content-addressed store, hash-verified
132
seqs = set()
133
134
def
go(seq):
135
seqs.add(seq)
136
connection.execute(CreateSequence(seq))
137
138
yield
go
139
Callers
nothing calls this directly
Calls
3
CreateSequence
Class · 0.90
add
Method · 0.45
execute
Method · 0.45
Tested by
no test coverage detected