Searched refs:kwonly (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/ |
D | inspect.py | 1471 def _too_many(f_name, args, kwonly, varargs, defcount, given, values): argument 1473 kwonly_given = len([arg for arg in kwonly if arg in values])
|
/third_party/python/Lib/test/ |
D | test_inspect.py | 2533 def func(a,b, *args, kwonly=True, kwonlyreq, **kwargs): argument 2589 def func(a,b, *args, kwonly=True, kwonlyreq, **kwargs): argument
|
/third_party/python/Doc/reference/ |
D | expressions.rst | 953 .. XXX update with kwonly args PEP
|