/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_functools.py | 170 def check_wrapper(self, wrapper, wrapped, argument 188 def wrapper(): function 210 def wrapper(): function 223 def wrapper(): function 237 def wrapper(): function 251 def wrapper(): function 273 def wrapper(): function 292 def wrapper(): function
|
D | test_fileio.py | 137 def wrapper(self): function 152 def wrapper(self): function
|
D | inspect_fodder2.py | 3 def wrapper(func): function
|
D | test_pep352.py | 23 def wrapper(*args, **kw): function
|
D | test_support.py | 939 def wrapper(self): function 966 def wrapper(self): function 987 def wrapper(self): function
|
D | test_bytes.py | 24 def wrapper(*args, **kw): function
|
D | test_argparse.py | 218 def wrapper(self, test_func=test_func): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | functools.py | 17 def update_wrapper(wrapper, argument
|
D | pkgutil.py | 34 def wrapper(*args, **kw): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | functools.py | 17 def update_wrapper(wrapper, argument
|
D | pkgutil.py | 34 def wrapper(*args, **kw): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | descrobject.h | 29 wrapperfunc wrapper; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | descrobject.h | 29 wrapperfunc wrapper; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
D | _iomodule.c | 305 PyObject *raw, *modeobj = NULL, *buffer = NULL, *wrapper = NULL; in io_open() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
D | _iomodule.c | 306 PyObject *raw, *modeobj = NULL, *buffer, *wrapper, *result = NULL; in io_open() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | descrobject.c | 1030 wrapperfunc wrapper = wp->descr->d_base->wrapper; in wrapper_call() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | descrobject.c | 979 wrapperfunc wrapper = wp->descr->d_base->wrapper; in wrapper_call() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/ |
D | case.py | 88 def wrapper(*args, **kwargs): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
D | pycodegen.py | 1543 wrapper = { variable
|