MCPcopy
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

makeSourceDirectoryFunction · 0.80
getUncompiledModulesFunction · 0.80
_addIncludedModuleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected