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

Method muted_format

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

Source from the content-addressed store, hash-verified

62 return v
63
64 def muted_format(self, v):
65 if self.color:
66 return color(v, fg="bright_black")
67 return v
68
69 def bold_format(self, v):
70 if self.color:

Callers 2

format_detailsMethod · 0.95
create_linesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected