MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _as_for_update

Method _as_for_update

lib/sqlalchemy/sql/schema.py:6044–6045  ·  view source on GitHub ↗
(self, for_update: bool)

Source from the content-addressed store, hash-verified

6042 self.column.server_default = self
6043
6044 def _as_for_update(self, for_update: bool) -> FetchedValue:
6045 return self
6046
6047 @util.deprecated(
6048 "1.4",

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected