MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-498272.py

File recipe-498272.py

recipes/Python/498272_Rich_iterator_wrapper/recipe-498272.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1__all__ = ['Iter']
2
3from itertools import *
4

Callers

nothing calls this directly

Calls 5

IterClass · 0.85
enumerateMethod · 0.80
openFunction · 0.50
mapMethod · 0.45
filterMethod · 0.45

Tested by

no test coverage detected