Home
last modified time | relevance | path

Searched refs:pyfunc (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_call.py375 def pyfunc(arg1, arg2): function
412 (pyfunc, (1, 2), [1, 2]),
435 (pyfunc, (1,), {'arg2': 2}, [1, 2]),
436 (pyfunc, (), {'arg1': 1, 'arg2': 2}, [1, 2]),

Completed in 2 milliseconds