Skip to content

Commit

Permalink
added leaves attribute to docs #99
Browse files Browse the repository at this point in the history
  • Loading branch information
jacanchaplais committed Feb 22, 2023
1 parent 7833aa8 commit d57f934
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions graphicle/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1753,6 +1753,19 @@ class AdjacencyList(base.AdjacencyBase):
Scalar value embedded on each edge.
matrix : ndarray
Adjacency matrix representation.
leaves : MaskArray
Provides a mask for selecting the leaves of a DAG / tree.
.. versionadded:: 0.2.4
data : ndarray
Underlying array data. Identical to ``edges`` attribute,
included for consistency with ``base.ArrayBase`` numpy
interfaces.
.. versionadded:: 0.2.4
Methods
-------
"""

_data: base.AnyVector = _array_field("<i4", 2)
Expand Down

0 comments on commit d57f934

Please sign in to comment.