MCPcopy
hub / github.com/Nuitka/Nuitka / throw

Method throw

tests/basics/ReferencingTest33.py:365–367  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

363 return next(self.my_iter)
364
365 def throw(self, *args):
366 # This should not be subject normalize exceptions.
367 assert len(args) == 1, args
368
369 __next__ = next
370

Callers

nothing calls this directly

Calls 1

lenFunction · 0.85

Tested by

no test coverage detected