MCPcopy
hub / github.com/scrapy/scrapy / f

Function f

scrapy/utils/defer.py:416–417  ·  view source on GitHub ↗
(*coro_args: _P.args, **coro_kwargs: _P.kwargs)

Source from the content-addressed store, hash-verified

414
415 @wraps(coro_f)
416 def f(*coro_args: _P.args, **coro_kwargs: _P.kwargs) -> Deferred[_T]:
417 return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
418
419 return f
420

Callers 2

mustbe_deferredFunction · 0.70
_maybeDeferred_coroFunction · 0.70

Calls 1

deferred_from_coroFunction · 0.85

Tested by

no test coverage detected