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

Method getDetailsForDisplay

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

Source from the content-addressed store, hash-verified

323 }
324
325 def getDetailsForDisplay(self):
326 result = self.getDetails()
327
328 if self.future_spec is not None:
329 result["code_flags"] = ",".join(self.future_spec.asFlags())
330
331 return result
332
333 def getCompilationMode(self):
334 return self.mode

Callers

nothing calls this directly

Calls 2

getDetailsMethod · 0.95
asFlagsMethod · 0.80

Tested by

no test coverage detected