# PydanticAttrOutputFunctionsParser

> **Class** in `langchain_core`

📖 [View in docs](https://reference.langchain.com/python/langchain-core/output_parsers/openai_functions/PydanticAttrOutputFunctionsParser)

Parse an output as an attribute of a Pydantic object.

## Signature

```python
PydanticAttrOutputFunctionsParser(
    self,
    *args: Any = (),
    **kwargs: Any = {},
)
```

## Extends

- `PydanticOutputFunctionsParser`

## Properties

- `attr_name`

## Methods

- [`parse_result()`](https://reference.langchain.com/python/langchain-core/output_parsers/openai_functions/PydanticAttrOutputFunctionsParser/parse_result)

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/fb6ab993a73180538f6cca876b3c85d46c08845f/libs/core/langchain_core/output_parsers/openai_functions.py#L295)