MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _clone

Method _clone

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

Source from the content-addressed store, hash-verified

199 raise NotImplementedError("Immutable objects do not support copying")
200
201 def _clone(self: _Self, **kw: Any) -> _Self:
202 return self
203
204 def _copy_internals(
205 self, *, omit_attrs: Iterable[str] = (), **kw: Any

Calls

no outgoing calls

Tested by

no test coverage detected