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

Method isAbstract

tools/PythonExtensionChecker.py:531–535  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

529 yield mdef
530
531 def isAbstract(self):
532 for mdef in self.iterMemberDef():
533 if mdef.get_argsstring().endswith("=0"):
534 return True
535 return False
536
537class DoxygenCppFunction(object):
538 """ A Cpp function definition from a doxygen file"""

Callers 1

get_pxd_from_classMethod · 0.95

Calls 1

iterMemberDefMethod · 0.95

Tested by

no test coverage detected