MCPcopy Create free account
hub / github.com/numpy/numpy / next

Method next

numpy/core/_internal.py:645–646  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

643
644 @property
645 def next(self):
646 return self.s[0]
647
648 def __bool__(self):
649 return bool(self.s)

Callers 1

nextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected