MCPcopy
hub / github.com/Nuitka/Nuitka / emit2

Function emit2

nuitka/tools/specialize/SpecializePython.py:799–800  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

797 writeLine(output_python, *args)
798
799 def emit2(*args):
800 writeLine(output_python2, *args)
801
802 def emit3(*args):
803 writeLine(output_python3, *args)

Callers 2

emitFunction · 0.85

Calls 1

writeLineFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…