Searched defs:func_closure (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dfuncobject.h26 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon11730
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/gdb/linux-x86/include/python2.7/
H A Dfuncobject.h26 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon11852
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/darwin-x86/2.7.5/include/python2.7/
H A Dfuncobject.h26 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon177305
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/
H A Dfuncobject.h26 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon177428
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/misc/common/jython/
H A Djython.jarMETA-INF/MANIFEST.MF com/xhaus/modjy/ModjyJServlet.class ModjyJServlet.java package com.xhaus ...
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
H A Djython-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/services/javax.script.ScriptEngineFactory com/xhaus/modjy/ModjyJServlet ...
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 363 milliseconds