MCPcopy
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

CreateSequenceClass · 0.90
addMethod · 0.45
executeMethod · 0.45

Tested by

no test coverage detected