MCPcopy Create free account
hub / github.com/webpy/webpy / __init__

Method __init__

web/template.py:357–359  ·  view source on GitHub ↗
(self, iterable)

Source from the content-addressed store, hash-verified

355 """
356
357 def __init__(self, iterable):
358 super().__init__(iterable)
359 self.current_item = None
360
361 def __next__(self):
362 self.current_item = super().__next__()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected