Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ for_update_clause
Method
for_update_clause
lib/sqlalchemy/sql/compiler.py:5264–5265 ·
view source on GitHub ↗
(self, select, **kw)
Source
from the content-addressed store, hash-verified
5262
return
""
5263
5264
def
for_update_clause(self, select, **kw):
5265
return
" FOR UPDATE"
5266
5267
def
returning_clause(
5268
self,
Callers
1
_compose_select_body
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected