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

Method copy

lib/sqlalchemy/sql/schema.py:3249–3250  ·  view source on GitHub ↗
(self, *, schema: Optional[str] = None, **kw: Any)

Source from the content-addressed store, hash-verified

3247 "and will be removed in a future release.",
3248 )
3249 def copy(self, *, schema: Optional[str] = None, **kw: Any) -> ForeignKey:
3250 return self._copy(schema=schema, **kw)
3251
3252 def _copy(self, *, schema: Optional[str] = None, **kw: Any) -> ForeignKey:
3253 """Produce a copy of this :class:`_schema.ForeignKey` object.

Callers

nothing calls this directly

Calls 1

_copyMethod · 0.95

Tested by

no test coverage detected