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

Method __iter__

Lib/wsgiref/validate.py:256–258  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

254 self.iterator = wsgi_iterator
255
256 def __iter__(self):
257 # We want to make sure __iter__ is called
258 return IteratorWrapper(self.iterator, None)
259
260class IteratorWrapper:
261

Callers

nothing calls this directly

Calls 1

IteratorWrapperClass · 0.85

Tested by

no test coverage detected