# LineListOutputParser

> **Class** in `langchain_classic`

📖 [View in docs](https://reference.langchain.com/python/langchain-classic/retrievers/multi_query/LineListOutputParser)

Output parser for a list of lines.

## Signature

```python
LineListOutputParser()
```

## Extends

- `BaseOutputParser[list[str]]`

## Methods

- [`parse()`](https://reference.langchain.com/python/langchain-classic/retrievers/multi_query/LineListOutputParser/parse)

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/42f8f79293cfb7589e5bc1d74a8ae4dfd0bf15e3/libs/langchain/langchain_classic/retrievers/multi_query.py#L23)