Searched refs:d22 (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/ |
D | py3_test_grammar.py | 224 def d22(a, b, c=1, d=2): pass function 225 d22(1, 2) 226 d22(1, 2, 3) 227 d22(1, 2, 3, 4)
|
D | py2_test_grammar.py | 236 def d22(a, b, c=1, d=2): pass function 237 d22(1, 2) 238 d22(1, 2, 3) 239 d22(1, 2, 3, 4)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_grammar.py | 233 def d22(a, b, c=1, d=2): pass function 234 d22(1, 2) 235 d22(1, 2, 3) 236 d22(1, 2, 3, 4)
|
D | tokenize_tests.txt | 146 def d22(a, b, c=1, d=2): pass
|