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

Method copy

lib/sqlalchemy/sql/schema.py:4937–4940  ·  view source on GitHub ↗
(
        self, *, target_table: Optional[Table] = None, **kw: Any
    )

Source from the content-addressed store, hash-verified

4935 "and will be removed in a future release.",
4936 )
4937 def copy(
4938 self, *, target_table: Optional[Table] = None, **kw: Any
4939 ) -> CheckConstraint:
4940 return self._copy(target_table=target_table, **kw)
4941
4942 def _copy(
4943 self, *, target_table: Optional[Table] = None, **kw: Any

Callers

nothing calls this directly

Calls 1

_copyMethod · 0.95

Tested by

no test coverage detected