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