MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / prep

Method prep

test/sql/test_query.py:294–295  ·  view source on GitHub ↗
(q)

Source from the content-addressed store, hash-verified

292 dialect = default.DefaultDialect(paramstyle="qmark")
293
294 def prep(q):
295 return str(sql.text(q).compile(dialect=dialect))
296
297 def a_eq(got, wanted):
298 if got != wanted:

Callers

nothing calls this directly

Calls 1

compileMethod · 0.45

Tested by

no test coverage detected