Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ __getattr__
Method
__getattr__
t/unit/conftest.py:561–562 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
559
self.request = request
560
561
def
__getattr__(self, name):
562
return
getattr(self.monkeypatch, name)
563
564
def
__call__(self, path, value=SENTINEL, name=None,
565
new=MagicMock, **kwargs):
Callers
1
__new__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected