MCPcopy Index your code
hub / github.com/dbcli/pgcli / output_fn

Method output_fn

pgcli/pyev.py:235–236  ·  view source on GitHub ↗
(self, current_prefix, string)

Source from the content-addressed store, hash-verified

233 return self.intcomma(new)
234
235 def output_fn(self, current_prefix, string):
236 return "%s%s" % (self.prefix_format(current_prefix), string)
237
238 def create_lines(self, plan, prefix, depth, width, last_child):
239 current_prefix = prefix

Callers 1

create_linesMethod · 0.95

Calls 1

prefix_formatMethod · 0.95

Tested by

no test coverage detected