MCPcopy Index your code
hub / github.com/rocky/python-uncompyle6 / println

Method println

uncompyle6/semantics/aligner.py:56–60  ·  view source on GitHub ↗
(self, *data)

Source from the content-addressed store, hash-verified

54 self.showast = showast
55
56 def println(self, *data):
57 if data and not (len(data) == 1 and data[0] == ""):
58 self.write(*data)
59
60 self.pending_newlines = max(self.pending_newlines, 1)
61
62 def write(self, *data):
63 if (len(data) == 1) and data[0] == self.indent:

Callers

nothing calls this directly

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected