{ } Raw JSON

bundles / scipy 1.17.1 / scipy / _lib / _disjoint_set / DisjointSet / __iter__

function

scipy._lib._disjoint_set:DisjointSet.__iter__

source: /scipy/_lib/_disjoint_set.py :103

Signature

def   __iter__ ( self )

Summary

Returns an iterator of the elements in the disjoint set.

Extended Summary

Elements are ordered by insertion order.

Aliases

  • scipy.cluster.hierarchy.DisjointSet.__iter__