MCPcopy
hub / github.com/celery/celery / test_accepts

Method test_accepts

t/unit/utils/test_functional.py:476–477  ·  view source on GitHub ↗
(self, fun)

Source from the content-addressed store, hash-verified

474 ArgsStarKwargsCallable(),
475 ])
476 def test_accepts(self, fun):
477 assert fun_accepts_kwargs(fun)
478
479 @pytest.mark.parametrize('fun', [
480 lambda a: 1,

Callers

nothing calls this directly

Calls 1

fun_accepts_kwargsFunction · 0.90

Tested by

no test coverage detected