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