MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _apply_syntax_extension_to_self

Method _apply_syntax_extension_to_self

lib/sqlalchemy/sql/dml.py:1289–1292  ·  lib/sqlalchemy/sql/dml.py::Insert._apply_syntax_extension_to_self
(
        self, extension: SyntaxExtension
    )

Source from the content-addressed store, hash-verified

1287 super().__init__(table)
1288
1289 def _apply_syntax_extension_to_self(
1290 self, extension: SyntaxExtension
1291 ) -> None:
1292 extension.apply_to_insert(self)
1293
1294 @_generative
1295 def inline(self) -> Self:

Callers 3

_statement_20Method · 0.45
deleteMethod · 0.45
updateMethod · 0.45

Calls 1

apply_to_insertMethod · 0.45

Tested by

no test coverage detected