Home
last modified time | relevance | path

Searched refs:all_markers_with_args_and_kwargs (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dinspect_fodder2.py256 def all_markers_with_args_and_kwargs(a, b, /, c, d, *args, e, f, **kwargs): function
Dtest_inspect.py898 self.assertFullArgSpecEquals(mod2.all_markers_with_args_and_kwargs,