MCPcopy Index your code
hub / github.com/python/cpython / read

Method read

Lib/test/test_xml_etree.py:2327–2328  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

2325
2326 class ExceptionFile:
2327 def read(self, x):
2328 raise OSError
2329
2330 self.assertRaises(OSError, ET.parse, ExceptionFile())
2331

Calls

no outgoing calls

Tested by

no test coverage detected