Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dbcli/pgcli
/ output_format
Method
output_format
pgcli/pyev.py:89–92 ·
view source on GitHub ↗
(self, v)
Source
from the content-addressed store, hash-verified
87
return
v
88
89
def
output_format(self, v):
90
if
self.color:
91
return
color(v, fg=
"cyan"
)
92
return
v
93
94
def
calculate_planner_estimate(self, plan):
95
plan[
"Planner Row Estimate Factor"
] = 0
Callers
1
create_lines
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected