MCPcopy
hub / github.com/Nuitka/Nuitka / emitGenerationWarning

Function emitGenerationWarning

nuitka/tools/specialize/SpecializeC.py:540–544  ·  view source on GitHub ↗
(emit, template_name)

Source from the content-addressed store, hash-verified

538
539
540def emitGenerationWarning(emit, template_name):
541 emit(
542 "/* WARNING, this code is GENERATED. Modify the template %s instead! */"
543 % template_name
544 )
545
546
547def emitIDE(emit):

Callers 10

makeHelpersImportHardFunction · 0.70
makeHelperCallsFunction · 0.70
makeHelperListsFunction · 0.70
makeDictCopyHelperCodesFunction · 0.70

Calls 1

emitFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…