MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / PXDFileParseError

Class PXDFileParseError

tools/PythonExtensionChecker.py:730–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728 return res
729
730class PXDFileParseError(Exception):
731 def __init__(self, message):
732 self.message = message
733
734#
735## Class for the .pxd file

Callers 2

parse_multiple_filesMethod · 0.85
checkPythonPxdHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected