MCPcopy
hub / github.com/Nuitka/Nuitka / getOutputFilename

Method getOutputFilename

nuitka/nodes/ModuleNodes.py:988–992  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

986 return True
987
988 def getOutputFilename(self):
989 if self.main_added:
990 return os.path.dirname(self.getFilename())
991 else:
992 return CompiledPythonModule.getOutputFilename(self)
993
994 def getUsedModules(self):
995 for used_module in CompiledPythonModule.getUsedModules(self):

Callers 2

_createMainModuleFunction · 0.45

Calls 1

getFilenameMethod · 0.45

Tested by

no test coverage detected