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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
funcobject.h 26 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon62262
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)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
funcobject.h 26 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon62385
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 952 milliseconds