Searched defs:func_closure (Results 1 - 2 of 2) sorted by path

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dfuncobject.h26 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon2684
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/
H A Dfuncobject.h26 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon2991
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)

Completed in 87 milliseconds