MCPcopy Index your code
hub / github.com/RustPython/RustPython / read

Method read

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

Source from the content-addressed store, hash-verified

2284
2285 class ExceptionFile:
2286 def read(self, x):
2287 raise OSError
2288
2289 self.assertRaises(OSError, ET.parse, ExceptionFile())
2290

Calls

no outgoing calls

Tested by

no test coverage detected