MCPcopy
hub / github.com/rocky/python-uncompyle6 / println

Method println

uncompyle6/semantics/pysource.py:510–513  ·  view source on GitHub ↗
(self, *data)

Source from the content-addressed store, hash-verified

508 self.f.write(out)
509
510 def println(self, *data):
511 if data and not (len(data) == 1 and data[0] == ""):
512 self.write(*data)
513 self.pending_newlines = max(self.pending_newlines, 1)
514
515 def is_return_none(self, node):
516 # Is there a better way?

Callers 15

maybe_show_treeMethod · 0.95
build_classMethod · 0.95
gen_sourceMethod · 0.95
n_classdef36Function · 0.45
n_classdefMethod · 0.45
n_elifelsestmtrMethod · 0.45
n_exec_stmtMethod · 0.45
n_ifelsestmtrMethod · 0.45
n_return_if_stmtMethod · 0.45
n_returnMethod · 0.45
n_return_if_stmtMethod · 0.45
n_ifelsestmtrMethod · 0.45

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected