HomeSort by relevance Sort by last modified time
    Searched defs:func_closure (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
funcobject.h 26 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon5312
34 * func_closure contains the bindings for func_code->co_freevars, so
35 * PyTuple_Size(func_closure) == PyCode_GetNumFree(func_code)
36 * (func_closure may be NULL if PyCode_GetNumFree(func_code) == 0).
64 (((PyFunctionObject *)func) -> func_closure)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
funcobject.h 26 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon5619
34 * func_closure contains the bindings for func_code->co_freevars, so
35 * PyTuple_Size(func_closure) == PyCode_GetNumFree(func_code)
36 * (func_closure may be NULL if PyCode_GetNumFree(func_code) == 0).
64 (((PyFunctionObject *)func) -> func_closure)
  /external/python/cpython2/Include/
funcobject.h 26 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon36504
34 * func_closure contains the bindings for func_code->co_freevars, so
35 * PyTuple_Size(func_closure) == PyCode_GetNumFree(func_code)
36 * (func_closure may be NULL if PyCode_GetNumFree(func_code) == 0).
64 (((PyFunctionObject *)func) -> func_closure)
  /external/python/cpython3/Include/
funcobject.h 27 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon37070
37 * func_closure contains the bindings for func_code->co_freevars, so
38 * PyTuple_Size(func_closure) == PyCode_GetNumFree(func_code)
39 * (func_closure may be NULL if PyCode_GetNumFree(func_code) == 0).
88 (((PyFunctionObject *)func) -> func_closure)

Completed in 1021 milliseconds