# copy_checkpoint

> **Function** in `langgraph.checkpoint`

📖 [View in docs](https://reference.langchain.com/python/langgraph.checkpoint/base/copy_checkpoint)

## Signature

```python
copy_checkpoint(
    checkpoint: Checkpoint,
) -> Checkpoint
```

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/f55e77274dad40897ef7b2d52cc7c0b85b792247/libs/checkpoint/langgraph/checkpoint/base/__init__.py#L126)