MCPcopy Create free account
hub / github.com/Nuitka/Nuitka / getDetails

Method getDetails

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

Source from the content-addressed store, hash-verified

317 return True
318
319 def getDetails(self):
320 return {
321 "filename": self.source_ref.getFilename(),
322 "module_name": self.module_name,
323 }
324
325 def getDetailsForDisplay(self):
326 result = self.getDetails()

Callers 1

getDetailsForDisplayMethod · 0.95

Calls 1

getFilenameMethod · 0.45

Tested by

no test coverage detected