MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / for_update_clause

Method for_update_clause

lib/sqlalchemy/sql/compiler.py:5468–5469  ·  view source on GitHub ↗
(self, select, **kw)

Source from the content-addressed store, hash-verified

5466 return ""
5467
5468 def for_update_clause(self, select, **kw):
5469 return " FOR UPDATE"
5470
5471 def returning_clause(
5472 self,

Callers 1

_compose_select_bodyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected