Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
Dpy3_test_grammar.py283 def pos2key2dict(p1, p2, *, k1=100, k2, **kwarg): return p1,p2,k1,k2,kwarg function
284 pos2key2dict(1,2,k2=100,tokwarg1=100,tokwarg2=200)
285 pos2key2dict(1,2,tokwarg1=100,tokwarg2=200, k2=100)