Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PierreGode/Ragnar
/ __getattr__
Method
__getattr__
pager_lib/tqdm/utils.py:139–140 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
137
138
class
ObjectWrapper:
139
def
__getattr__(self, name):
140
return
getattr(self._wrapped, name)
141
142
def
__setattr__(self, name, value):
143
return
setattr(self._wrapped, name, value)
Callers
1
wrapper_getattr
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected