MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / copy

Method copy

lib/sqlalchemy/sql/schema.py:6689–6690  ·  view source on GitHub ↗
(self, **kw: Any)

Source from the content-addressed store, hash-verified

6687 "and will be removed in a future release.",
6688 )
6689 def copy(self, **kw: Any) -> Identity:
6690 return self._copy(**kw)
6691
6692 def _copy(self, **kw: Any) -> Identity:
6693 i = Identity(**self._as_dict(), **self.dialect_kwargs)

Callers

nothing calls this directly

Calls 1

_copyMethod · 0.95

Tested by

no test coverage detected