Searched defs:pos2key2 (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
H A Dpy3_test_grammar.py279 def pos2key2(p1, p2, *, k1, k2=100): return p1,p2,k1,k2 function in function:GrammarTests.testFuncdef
280 pos2key2(1, 2, k1=100)
281 pos2key2(1, 2, k1=100, k2=200)
282 pos2key2(1, 2, k2=100, k1=200)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
H A Dpy3_test_grammar.py279 def pos2key2(p1, p2, *, k1, k2=100): return p1,p2,k1,k2 function in function:GrammarTests.testFuncdef
280 pos2key2(1, 2, k1=100)
281 pos2key2(1, 2, k1=100, k2=200)
282 pos2key2(1, 2, k2=100, k1=200)

Completed in 51 milliseconds