You are viewing an older version (2.4.3). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.4.3 / numpy / _typing / _nested_sequence / _NestedSequence / __iter__

function

numpy._typing._nested_sequence:_NestedSequence.__iter__

source: /numpy/_typing/_nested_sequence.py :65

Signature

def   __iter__ ( self / )  →  Iterator[_T_co | _NestedSequence[_T_co]]

Summary

Implement iter(self).

Aliases

  • numpy._typing._NestedSequence.__iter__