Documentation Index
Fetch the complete documentation index at: https://private-04b27de1.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
to_dict
Parameters:
| Name | Description |
|---|---|
obj | Object to convert Type: int | float | str | bool | dict[typing.Any, typing.Any] | list[typing.Any] | tuple[typing.Any, …] | Any |
exclude | Keys to exclude. Defaults to (). Type: tuple[str, …] Default: () |
no_recursive | Types to exclude from recursive conversion. Defaults to (). Type: tuple[typing.Any, …] Default: () |