Home
last modified time | relevance | path

Searched defs:kwonly (Results 1 – 6 of 6) 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.py33 def function(pos, kwonly=None): argument
53 def function3(pos, kwonly=None): argument
66 def function(pos, kwonly=None): argument
77 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/tensorflow/tensorflow/python/eager/
Dfunction_test.py4306 def func(arg: ops.Tensor, *args, kwonly, **kwargs): argument
4324 def func(arg, *args: ops.Tensor, kwonly, **kwargs): argument
4360 def func(arg, *args, kwonly, **kwargs: ops.Tensor): argument
/external/python/cpython3/Lib/
Dinspect.py1345 def _too_many(f_name, args, kwonly, varargs, defcount, given, values): argument
/external/python/cpython3/Lib/test/
Dtest_inspect.py2408 def func(a,b, *args, kwonly=True, kwonlyreq, **kwargs): argument
2464 def func(a,b, *args, kwonly=True, kwonlyreq, **kwargs): argument