Searched refs:pos2key2 (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/lib2to3/tests/data/ |
D | py3_test_grammar.py | 303 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)
|
/third_party/python/Lib/test/ |
D | test_grammar.py | 687 def pos2key2(p1, p2, *, k1, k2=100): return p1,p2,k1,k2 function 688 pos2key2(1, 2, k1=100) 689 pos2key2(1, 2, k1=100, k2=200) 690 pos2key2(1, 2, k2=100, k1=200)
|