MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCOLLADA / fatalError

Method fatalError

Externals/LibXML/python/libxml.py:230–231  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

228 raise parserError(msg)
229
230 def fatalError(self, msg):
231 raise parserError(msg)
232
233#
234# This class is the ancestor of all the Node classes. It provides

Callers 2

_reportErrorsMethod · 0.45
parseMethod · 0.45

Calls 1

parserErrorClass · 0.85

Tested by

no test coverage detected