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

Method _clone

lib/sqlalchemy/sql/visitors.py:605–607  ·  view source on GitHub ↗

clone this element

(self, **kw: Any)

Source from the content-addressed store, hash-verified

603 ) -> Iterable[ExternallyTraversible]: ...
604
605 def _clone(self, **kw: Any) -> Self:
606 """clone this element"""
607 raise NotImplementedError()
608
609 def _copy_internals(
610 self, *, omit_attrs: Tuple[str, ...] = (), **kw: Any

Callers 1

cloneFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected