MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / stmt1

Method stmt1

test/dialect/postgresql/test_compiler.py:3471–3473  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3469 )
3470
3471 def stmt1():
3472 stmt = stmt0()
3473 return stmt.on_conflict_do_nothing()
3474
3475 def stmt2():
3476 stmt = stmt0()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected