MCPcopy
hub / github.com/dbcli/pgcli / prefix_format

Method prefix_format

pgcli/pyev.py:54–57  ·  view source on GitHub ↗
(self, v)

Source from the content-addressed store, hash-verified

52 return plan
53
54 def prefix_format(self, v):
55 if self.color:
56 return color(v, fg="bright_black")
57 return v
58
59 def tag_format(self, v):
60 if self.color:

Callers 3

output_fnMethod · 0.95
create_linesMethod · 0.95
generate_linesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected