MCPcopy Index your code
hub / github.com/celery/celery / _patch_gevent

Function _patch_gevent

celery/__init__.py:116–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114
115
116def _patch_gevent():
117 import gevent.monkey
118 import gevent.signal
119
120 gevent.monkey.patch_all()
121
122
123def maybe_patch_concurrency(argv=None, short_opts=None,

Callers

nothing calls this directly

Calls 1

patch_allMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…