Searched defs:pos2key2 (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/lib2to3/tests/data/ |
H A D | py3_test_grammar.py | 303 def pos2key2(p1, p2, *, k1, k2=100): return p1,p2,k1,k2 function
|
/third_party/python/Lib/test/ |
H A D | test_grammar.py | 663 def pos2key2(p1, p2, *, k1, k2=100): return p1,p2,k1,k2 function
|
Completed in 4 milliseconds