Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
28
def
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
emit
Function · 0.85
emit1
Function · 0.85
emit2
Function · 0.85
emit3
Function · 0.85
emit_h
Function · 0.85
emit_c
Function · 0.85
emit
Function · 0.85
Calls
2
len
Function · 0.85
write
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…