MCPcopy
hub / github.com/Nuitka/Nuitka / isCompiledPythonPackage

Method isCompiledPythonPackage

nuitka/nodes/ModuleNodes.py:769–770  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

767
768 @staticmethod
769 def isCompiledPythonPackage():
770 return True
771
772 def getOutputFilename(self):
773 result = self.getFilename()

Callers 12

_attemptFollowMethod · 0.80
computeExpressionMethod · 0.80
getRunTimeFilenameMethod · 0.80
_considerDataFilesMethod · 0.80
_addIncludedModuleFunction · 0.80
buildParseTreeFunction · 0.80
getModuleCodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected