Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ BadIterable
Class
BadIterable
Lib/test/test_csv.py:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
20
class
BadIterable:
21
def
__iter__(self):
22
raise
OSError
23
24
25
class
Test_Csv(unittest.TestCase):
Callers
3
test_reader_arg_valid
Method · 0.70
test_write_arg_valid
Method · 0.70
test_writerows_errors
Method · 0.70
Calls
no outgoing calls
Tested by
3
test_reader_arg_valid
Method · 0.56
test_write_arg_valid
Method · 0.56
test_writerows_errors
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…