Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
from
itertools
import
*
4
Callers
nothing calls this directly
Calls
5
Iter
Class · 0.85
enumerate
Method · 0.80
open
Function · 0.50
map
Method · 0.45
filter
Method · 0.45
Tested by
no test coverage detected