MCPcopy Index your code
hub / github.com/python/cpython / __next__

Method __next__

Lib/xml/dom/pulldom.py:219–223  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

217 self.parser.setContentHandler(self.pulldom)
218
219 def __next__(self):
220 rc = self.getEvent()
221 if rc:
222 return rc
223 raise StopIteration
224
225 def __iter__(self):
226 return self

Callers

nothing calls this directly

Calls 1

getEventMethod · 0.95

Tested by

no test coverage detected