# get_loader_full_path

> **Function** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/utilities/pebblo/get_loader_full_path)

Return an absolute source path of source of loader based on the
keys present in Document.

## Signature

```python
get_loader_full_path(
    loader: BaseLoader,
) -> str
```

## Parameters

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `loader` | `BaseLoader` | Yes | Langchain document loader, derived from Baseloader. |

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/a6a6079511ac8a5c1293337f88096b8641562e77/libs/community/langchain_community/utilities/pebblo.py#L199)