Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Nuitka/Nuitka
/ isUncompiledPythonModule
Method
isUncompiledPythonModule
nuitka/nodes/ModuleNodes.py:865–866 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
863
864
@staticmethod
865
def
isUncompiledPythonModule():
866
return
True
867
868
def
isTechnical(self):
869
""
"Must be bytecode as it's used in CPython library initialization."
""
Callers
6
makeSourceDirectory
Function · 0.80
getUncompiledModules
Function · 0.80
getUncompiledTechnicalModules
Function · 0.80
getUncompiledNonTechnicalModules
Function · 0.80
_addIncludedModule
Function · 0.80
getModuleMetaPathLoaderEntryCode
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected