mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
15 lines
288 B
ReStructuredText
15 lines
288 B
ReStructuredText
|
:mod:`{{module}}`.{{objname}}
|
||
|
{{ underline }}==============
|
||
|
|
||
|
.. currentmodule:: {{ module }}
|
||
|
|
||
|
.. autoclass:: {{ objname }}
|
||
|
|
||
|
{% block attributes %}
|
||
|
{% for item in attributes %}
|
||
|
.. autoattribute:: {{ item }}
|
||
|
{% endfor %}
|
||
|
{% endblock %}
|
||
|
|
||
|
.. example_links:: {{ objname }}
|