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

Method copy

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

Source from the content-addressed store, hash-verified

4555 "and will be removed in a future release.",
4556 )
4557 def copy(
4558 self, *, target_table: Optional[Table] = None, **kw: Any
4559 ) -> CheckConstraint:
4560 return self._copy(target_table=target_table, **kw)
4561
4562 def _copy(
4563 self, *, target_table: Optional[Table] = None, **kw: Any

Callers

nothing calls this directly

Calls 1

_copyMethod · 0.95

Tested by

no test coverage detected