(self)
| 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() |
no outgoing calls
no test coverage detected