Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dbcli/pgcli
/ bold_format
Method
bold_format
pgcli/pyev.py:69–72 ·
view source on GitHub ↗
(self, v)
Source
from the content-addressed store, hash-verified
67
return
v
68
69
def
bold_format(self, v):
70
if
self.color:
71
return
color(v, fg=
"white"
)
72
return
v
73
74
def
good_format(self, v):
75
if
self.color:
Callers
1
create_lines
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected