MCPcopy
hub / github.com/Nuitka/Nuitka / emit

Function emit

nuitka/tools/specialize/SpecializeC.py:585–587  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

583 writeLine(output_c, *args)
584
585 def emit(*args):
586 emit_h(*args)
587 emit_c(*args)
588
589 emitGenerationWarning(emit, template.name)
590

Callers 15

makeCompareSlotCodeFunction · 0.70
makeMulRepeatCodeFunction · 0.70
_parseRequirementsFunction · 0.70
makeHelperOperationsFunction · 0.70
makeHelperComparisonsFunction · 0.70
emitGenerationWarningFunction · 0.70
emitIDEFunction · 0.70
makeDictCopyHelperCodesFunction · 0.70
emitAlternativesMethod · 0.50

Calls 3

emit_hFunction · 0.85
emit_cFunction · 0.85
writeLineFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…