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

Method copy

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

Source from the content-addressed store, hash-verified

2945 "and will be removed in a future release.",
2946 )
2947 def copy(self, *, schema: Optional[str] = None, **kw: Any) -> ForeignKey:
2948 return self._copy(schema=schema, **kw)
2949
2950 def _copy(self, *, schema: Optional[str] = None, **kw: Any) -> ForeignKey:
2951 """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