MCPcopy
hub / github.com/celery/celery / __init__

Method __init__

t/unit/conftest.py:557–559  ·  view source on GitHub ↗
(self, monkeypatch, request)

Source from the content-addressed store, hash-verified

555class _patching:
556
557 def __init__(self, monkeypatch, request):
558 self.monkeypatch = monkeypatch
559 self.request = request
560
561 def __getattr__(self, name):
562 return getattr(self.monkeypatch, name)

Callers 1

__new__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected