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

Method __init__

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

Source from the content-addressed store, hash-verified

537class DoxygenCppFunction(object):
538 """ A Cpp function definition from a doxygen file"""
539 def __init__(self):
540 # No other code here, below is the real init method!
541 self.initialize_dgencpp()
542
543 @staticmethod
544 def generate_from_obj(mdef):

Callers

nothing calls this directly

Calls 1

initialize_dgencppMethod · 0.95

Tested by

no test coverage detected