MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / inserted_alias

Method inserted_alias

lib/sqlalchemy/dialects/mysql/dml.py:153–154  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

151
152 @util.memoized_property
153 def inserted_alias(self) -> NamedFromClause:
154 return alias(self.table, name="inserted")
155
156 @_exclusive_against(
157 "_post_values_clause",

Callers

nothing calls this directly

Calls 1

aliasFunction · 0.85

Tested by

no test coverage detected