Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_decorators.py4 def funcattrs(**kwds): function
185 @funcattrs(abc=1, xyz="haha")
186 @funcattrs(booh=42)