> For the complete documentation index, see [llms.txt](https://pyot.iann838.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pyot.iann838.com/utils/copy.md).

# Copy

Module: `pyot.utils.copy`

### *function* `fast_copy` -> `~T`

* `obj`: `~T`

> 30x faster copy than `copy.deepcopy`, but not all objects can be fast copied (e.g. lambdas).
