Method
copy
(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
Tested by
no test coverage detected