Back to Bokeh

Enum Detail

src/bokeh/sphinxext/_internal/_templates/enum_detail.rst

4.0.0.dev2416 B
Original Source

.. data:: {{ name }} :module: {{ module }} :annotation: = {{ shortrepr }} {% if noindex %}:noindex:{% endif %}

{% for line in content %}
{{ line }}
{% endfor %}

{% if fullrepr %}

.. dropdown:: See all values
    :animate: fade-in

    .. code-block:: python

        {% for line in fullrepr %}
        {{ line|indent(12) }}
        {% endfor %}

{% endif %}