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

Method good_format

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

Source from the content-addressed store, hash-verified

72 return v
73
74 def good_format(self, v):
75 if self.color:
76 return color(v, fg="green")
77 return v
78
79 def warning_format(self, v):
80 if self.color:

Callers 1

duration_to_stringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected