Home
last modified time | relevance | path

Searched refs:kwarg2 (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/tools/docs/
Dparser_test.py569 def test_function_for_partial1(arg1, arg2, kwarg1=1, kwarg2=2): argument
643 partial = functools.partial(test_function_for_partial1, kwarg2=0)
655 arg2=0, kwarg1=0, kwarg2=0)
/external/python/cpython3/Doc/howto/
Dfunctional.rst1003 ``(function, arg1, arg2, ..., kwarg1=value1, kwarg2=value2)``. The resulting
/external/python/cpython2/Doc/howto/
Dfunctional.rst1082 ... kwarg1=value1, kwarg2=value2)``. The resulting object is callable, so you
/external/python/cpython2/Doc/whatsnew/
D2.5.rst145 kwarg2=value2)``. The resulting object is callable, so you can just call it to
/external/python/cpython3/Doc/whatsnew/
D2.5.rst145 kwarg2=value2)``. The resulting object is callable, so you can just call it to