mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
61daa16e5d
- Fix bug with TypedDicts rendering inherited methods if inherting from typing_extensions.TypedDict rather than typing.TypedDict - Do not surface inherited pydantic methods for subclasses of BaseModel - Subclasses of RunnableSerializable will not how methods inherited from Runnable or from BaseModel - Subclasses of Runnable that not pydantic models will include a link to RunnableInterface (they still show inherited methods, we can fix this later)
25 lines
791 B
ReStructuredText
25 lines
791 B
ReStructuredText
:mod:`{{module}}`.{{objname}}
|
|
{{ underline }}==============
|
|
|
|
.. currentmodule:: {{ module }}
|
|
|
|
.. autopydantic_model:: {{ objname }}
|
|
:model-show-json: False
|
|
:model-show-config-summary: False
|
|
:model-show-validator-members: False
|
|
:model-show-field-summary: False
|
|
:field-signature-prefix: param
|
|
:members:
|
|
:undoc-members:
|
|
:inherited-members:
|
|
:member-order: groupwise
|
|
:show-inheritance: True
|
|
:special-members: __call__
|
|
:exclude-members: construct, copy, dict, from_orm, parse_file, parse_obj, parse_raw, schema, schema_json, update_forward_refs, validate, json, is_lc_serializable, to_json, to_json_not_implemented, lc_secrets, lc_attributes, lc_id, get_lc_namespace
|
|
|
|
|
|
{% block attributes %}
|
|
{% endblock %}
|
|
|
|
.. example_links:: {{ objname }}
|