Home
last modified time | relevance | path

Searched defs:kwonly (Results 1 – 5 of 5) sorted by relevance

/external/python/oauth2client/tests/
Dtest_util.py19 def fn(pos, kwonly=None): argument
39 def fn3(pos, kwonly=None): argument
52 def fn(pos, kwonly=None): argument
63 def fn(pos, kwonly=None): argument
/external/python/google-api-python-client/tests/
Dtest__helpers.py35 def function(pos, kwonly=None): argument
55 def function3(pos, kwonly=None): argument
69 def function(pos, kwonly=None): argument
80 def function(pos, kwonly=None): argument
/external/python/apitools/apitools/base/protorpclite/
Dutil_test.py40 def fn(kwonly=1): argument
51 def fn(pos, kwonly=1): argument
62 def fn(pos1, pos2=1, kwonly=1): argument
76 def meth(self, pos1, kwonly=1): argument
107 def fn(kwonly=1): argument
/external/python/cpython3/Lib/
Dinspect.py1304 def _too_many(f_name, args, kwonly, varargs, defcount, given, values): argument
/external/python/cpython3/Lib/test/
Dtest_inspect.py2219 def func(a,b, *args, kwonly=True, kwonlyreq, **kwargs): argument
2275 def func(a,b, *args, kwonly=True, kwonlyreq, **kwargs): argument