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

Method getIgnoredMethods

tools/PythonExtensionChecker.py:724–728  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

722 return name in self.data["IgnoreNames"]
723
724 def getIgnoredMethods(self, name):
725 res = self.data["IgnoreMethods"].get(name, [])
726 if res is None:
727 return []
728 return res
729
730class PXDFileParseError(Exception):
731 def __init__(self, message):

Callers 1

checkPythonPxdHeaderFunction · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected