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

Method load

tools/PythonExtensionChecker.py:717–719  ·  view source on GitHub ↗
(self, fname)

Source from the content-addressed store, hash-verified

715 }
716
717 def load(self, fname):
718 self.fname = fname
719 self.data = yaml.load(open(self.fname) )["PyOpenMSChecker"]
720
721 def isNameIgnored(self, name):
722 return name in self.data["IgnoreNames"]

Callers 1

checkPythonPxdHeaderFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected