Home
last modified time | relevance | path

Searched refs:pos2key2 (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/lib2to3/tests/data/
Dpy3_test_grammar.py279 def pos2key2(p1, p2, *, k1, k2=100): return p1,p2,k1,k2 function
280 pos2key2(1, 2, k1=100)
281 pos2key2(1, 2, k1=100, k2=200)
282 pos2key2(1, 2, k2=100, k1=200)
/external/python/cpython3/Lib/lib2to3/tests/data/
Dpy3_test_grammar.py303 def pos2key2(p1, p2, *, k1, k2=100): return p1,p2,k1,k2 function
304 pos2key2(1, 2, k1=100)
305 pos2key2(1, 2, k1=100, k2=200)
306 pos2key2(1, 2, k2=100, k1=200)
/external/python/cpython3/Lib/test/
Dtest_grammar.py554 def pos2key2(p1, p2, *, k1, k2=100): return p1,p2,k1,k2 function
555 pos2key2(1, 2, k1=100)
556 pos2key2(1, 2, k1=100, k2=200)
557 pos2key2(1, 2, k2=100, k1=200)