MCPcopy 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
20class BadIterable:
21 def __iter__(self):
22 raise OSError
23
24
25class Test_Csv(unittest.TestCase):

Callers 3

test_reader_arg_validMethod · 0.70
test_write_arg_validMethod · 0.70
test_writerows_errorsMethod · 0.70

Calls

no outgoing calls

Tested by 3

test_reader_arg_validMethod · 0.56
test_write_arg_validMethod · 0.56
test_writerows_errorsMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…