Searched refs:wraps (Results 1 - 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dcontextlib.py4 from functools import wraps namespace
82 @wraps(func)
H A Dfunctools.py12 # update_wrapper() and wraps() are tools to help write
39 def wraps(wrapped, function
45 function as the wrapper argument and the arguments to wraps() as the
H A Dlocale.py102 @functools.wraps(_localeconv)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
H A Dsignals.py4 from functools import wraps namespace
45 @wraps(method)
H A Dresult.py10 from functools import wraps namespace
15 @wraps(method)
H A Dcase.py59 @functools.wraps(test_item)
87 @functools.wraps(func)
1013 """A test case that wraps a test function.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dfunctools.py12 # update_wrapper() and wraps() are tools to help write
39 def wraps(wrapped, function
45 function as the wrapper argument and the arguments to wraps() as the
H A Dlocale.py110 @functools.wraps(_localeconv)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_fileio.py11 from functools import wraps namespace
136 @wraps(func)
151 @wraps(func)
H A Dtest_functools.py250 @functools.wraps(f)
272 @functools.wraps(f, (), ())
290 @functools.wraps(f, assign, update)
H A Dtest_support.py1161 @functools.wraps(func)
H A Dtest_bytes.py23 @functools.wraps(func)
H A Dtest_ssl.py64 @functools.wraps(func)

Completed in 732 milliseconds