MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _as_for_update

Method _as_for_update

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

Source from the content-addressed store, hash-verified

6495 self.column.server_default = self
6496
6497 def _as_for_update(self, for_update: bool) -> FetchedValue:
6498 return self
6499
6500 @util.deprecated(
6501 "1.4",

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected