Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ BadIterable
Class
BadIterable
Lib/test/test_operator.py:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
return
other * self.lst
44
45
class
BadIterable:
46
def
__iter__(self):
47
raise
ZeroDivisionError
48
49
50
class
OperatorTestCase:
Callers
3
test_countOf
Method · 0.70
test_indexOf
Method · 0.70
test_contains
Method · 0.70
Calls
no outgoing calls
Tested by
3
test_countOf
Method · 0.56
test_indexOf
Method · 0.56
test_contains
Method · 0.56