MCPcopy
hub / github.com/Nuitka/Nuitka / writeLine

Function writeLine

nuitka/tools/specialize/Common.py:28–34  ·  view source on GitHub ↗
(output, *args)

Source from the content-addressed store, hash-verified

26
27
28def writeLine(output, *args):
29 if not args:
30 output.write("\n")
31 elif len(args) == 1:
32 output.write(args[0] + "\n")
33 else:
34 assert False, args
35
36
37# Python2 dict methods:

Callers 7

emitFunction · 0.85
emit1Function · 0.85
emit2Function · 0.85
emit3Function · 0.85
emit_hFunction · 0.85
emit_cFunction · 0.85
emitFunction · 0.85

Calls 2

lenFunction · 0.85
writeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…