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

Method isNameIgnored

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

Source from the content-addressed store, hash-verified

719 self.data = yaml.load(open(self.fname) )["PyOpenMSChecker"]
720
721 def isNameIgnored(self, name):
722 return name in self.data["IgnoreNames"]
723
724 def getIgnoredMethods(self, name):
725 res = self.data["IgnoreMethods"].get(name, [])

Callers 1

checkPythonPxdHeaderFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected