Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/click
/ __iter__
Method
__iter__
src/click/utils.py:202–204 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
200
self.close_intelligently()
201
202
def
__iter__(self) -> cabc.Iterator[t.AnyStr]:
203
self.open()
204
return
iter(self._f)
# type: ignore
205
206
207
class
KeepOpenFile:
Callers
nothing calls this directly
Calls
1
open
Method · 0.95
Tested by
no test coverage detected