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

Method getInternalFileName

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

Source from the content-addressed store, hash-verified

339 return None
340
341 def getInternalFileName(self):
342 location = self.parsed_file.get_compounddef().get_location()
343 if location is None:
344 return None
345 return location.get_file()
346
347 def getCompoundFileLocation(self, source_dir):
348 location = self.parsed_file.get_compounddef().get_location()

Callers 2

checkPythonPxdHeaderFunction · 0.95
handle_member_definitionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected