Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_decorators.py97 def noteargs(*args, **kwds): function
105 @noteargs(*args, **kwds)
110 @noteargs('terry', 'gilliam', eric='idle', john='cleese')
116 @noteargs(1, 2,)