Searched refs:func_get_dict (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | funcobject.c | 187 func_get_dict(PyFunctionObject *op) in func_get_dict() function 339 {"func_dict", (getter)func_get_dict, (setter)func_set_dict}, 340 {"__dict__", (getter)func_get_dict, (setter)func_set_dict},
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | funcobject.c | 187 func_get_dict(PyFunctionObject *op) in func_get_dict() function 339 {"func_dict", (getter)func_get_dict, (setter)func_set_dict}, 340 {"__dict__", (getter)func_get_dict, (setter)func_set_dict},
|