Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dbcli/pgcli
/ critical_format
Method
critical_format
pgcli/pyev.py:84–87 ·
view source on GitHub ↗
(self, v)
Source
from the content-addressed store, hash-verified
82
return
v
83
84
def
critical_format(self, v):
85
if
self.color:
86
return
color(v, fg=
"red"
)
87
return
v
88
89
def
output_format(self, v):
90
if
self.color:
Callers
1
duration_to_string
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected