MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / bulk_dml

Method bulk_dml

lib/sqlalchemy/ext/hybrid.py:1556–1559  ·  view source on GitHub ↗
(
            self, meth: _HybridBulkDMLType[_TE]
        )

Source from the content-addressed store, hash-verified

1554 return self._set(update_expr=meth)
1555
1556 def bulk_dml(
1557 self, meth: _HybridBulkDMLType[_TE]
1558 ) -> hybrid_property[_TE]:
1559 return self._set(bulk_dml_setter=meth)
1560
1561 @property
1562 def inplace(self) -> _InPlace[_T]:

Callers

nothing calls this directly

Calls 1

_setMethod · 0.95

Tested by

no test coverage detected