MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _clone

Method _clone

lib/sqlalchemy/sql/base.py:213–214  ·  view source on GitHub ↗
(self: _Self, **kw: Any)

Source from the content-addressed store, hash-verified

211 raise NotImplementedError("Immutable objects do not support copying")
212
213 def _clone(self: _Self, **kw: Any) -> _Self:
214 return self
215
216 def _copy_internals(
217 self, *, omit_attrs: Iterable[str] = (), **kw: Any

Calls

no outgoing calls

Tested by

no test coverage detected