Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/click
/ __getattr__
Method
__getattr__
src/click/utils.py:153–154 ·
view source on GitHub ↗
(self, name: str)
Source
from the content-addressed store, hash-verified
151
self.should_close = True
152
153
def
__getattr__(self, name: str) -> t.Any:
154
return
getattr(self.open(), name)
155
156
def
__repr__(self) -> str:
157
if
self._f is not None:
Callers
nothing calls this directly
Calls
1
open
Method · 0.95
Tested by
no test coverage detected