Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/click
/ __enter__
Method
__enter__
src/click/_termui_impl.py:129–132 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
127
self._last_line: str | None = None
128
129
def
__enter__(self) -> ProgressBar[V]:
130
self.entered = True
131
self.render_progress()
132
return
self
133
134
def
__exit__(
135
self,
Callers
nothing calls this directly
Calls
1
render_progress
Method · 0.95
Tested by
no test coverage detected