Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
demoteCompiledModuleToBytecode
Function · 0.80
_attemptFollow
Method · 0.80
computeExpression
Method · 0.80
getRunTimeFilename
Method · 0.80
getRuntimePackageValue
Method · 0.80
_handleImplicitImportsConfig
Method · 0.80
_considerDataFiles
Method · 0.80
_getSubDirectoryFolders
Method · 0.80
_addIncludedModule
Function · 0.80
buildParseTree
Function · 0.80
getModuleMetaPathLoaderEntryCode
Function · 0.80
getModuleCode
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected