Back to Numpy

Attribute

doc/source/_templates/autosummary/attribute.rst

2.5.0.dev0356 B
Original Source

:orphan:

{{ fullname | escape | underline}}

.. currentmodule:: {{ module }}

attribute

.. auto{{ objtype }}:: {{ fullname | replace("numpy.", "numpy::") }}

{# In the fullname (e.g. numpy.ma.MaskedArray.methodname), the module name is ambiguous. Using a :: separator (e.g. numpy::ma.MaskedArray.methodname) specifies numpy as the module name. #}