MCPcopy
hub / github.com/celery/celery / _bind

Function _bind

t/unit/conftest.py:769–773  ·  view source on GitHub ↗
(f, o)

Source from the content-addressed store, hash-verified

767
768
769def _bind(f, o):
770 @wraps(f)
771 def bound_meth(*fargs, **fkwargs):
772 return f(o, *fargs, **fkwargs)
773 return bound_meth
774
775
776class MockCallbacks:

Callers 1

__new__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected