Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/click
/ render_finish
Method
render_finish
src/click/_termui_impl.py:156–160 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
154
return
next(iter(self))
155
156
def
render_finish(self) -> None:
157
if
self.hidden or not self._is_atty:
158
return
159
self.file.write(AFTER_BAR)
160
self.file.flush()
161
162
@property
163
def
pct(self) -> float:
Callers
1
__exit__
Method · 0.95
Calls
2
write
Method · 0.45
flush
Method · 0.45
Tested by
no test coverage detected