Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
769
def
_bind(f, o):
770
@wraps(f)
771
def
bound_meth(*fargs, **fkwargs):
772
return
f(o, *fargs, **fkwargs)
773
return
bound_meth
774
775
776
class
MockCallbacks:
Callers
1
__new__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected