Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib2to3/tests/data/
Dpy3_test_grammar.py277 def pos0key1(*, key): return key function
278 pos0key1(key=100)
/external/python/cpython3/Lib/lib2to3/tests/data/
Dpy3_test_grammar.py301 def pos0key1(*, key): return key function
302 pos0key1(key=100)
/external/python/cpython3/Lib/test/
Dtest_grammar.py552 def pos0key1(*, key): return key function
553 pos0key1(key=100)