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

Method _clone

lib/sqlalchemy/sql/visitors.py:598–600  ·  view source on GitHub ↗

clone this element

(self, **kw: Any)

Source from the content-addressed store, hash-verified

596 ) -> Iterable[ExternallyTraversible]: ...
597
598 def _clone(self, **kw: Any) -> Self:
599 """clone this element"""
600 raise NotImplementedError()
601
602 def _copy_internals(
603 self, *, omit_attrs: Tuple[str, ...] = (), **kw: Any

Callers 1

cloneFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected