HomeSort by relevance Sort by last modified time
    Searched refs:func_get_dict (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
funcobject.c 187 func_get_dict(PyFunctionObject *op) 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/
funcobject.c 187 func_get_dict(PyFunctionObject *op) function
339 {"func_dict", (getter)func_get_dict, (setter)func_set_dict},
340 {"__dict__", (getter)func_get_dict, (setter)func_set_dict},
  /external/python/cpython2/Objects/
funcobject.c 185 func_get_dict(PyFunctionObject *op) function
337 {"func_dict", (getter)func_get_dict, (setter)func_set_dict},
338 {"__dict__", (getter)func_get_dict, (setter)func_set_dict},

Completed in 101 milliseconds