# iter_lines_raw

> **Function** in `langgraph_sdk`

📖 [View in docs](https://reference.langchain.com/python/langgraph-sdk/sse/iter_lines_raw)

## Signature

```python
iter_lines_raw(
    response: httpx.Response,
) -> Iterator[BytesLike]
```

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/b674dd46228b0928a6bc0ad9a3d8e38ef28f6895/libs/sdk-py/langgraph_sdk/sse.py#L151)