HomeSort by relevance Sort by last modified time
    Searched refs:func_closure (Results 1 - 25 of 47) sorted by null

1 2

  /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:__anon4332
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:__anon4639
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/Lib/test/
test_undocumented_details.py 24 g_cell, = g.func_closure
25 h_cell, = h.func_closure
test_new.py 92 g2 = new.function(g.func_code, {}, "blah", (2,), g.func_closure)
94 g3 = new.function(g.func_code, {}, "blah", None, g.func_closure)
102 test_closure(f, g.func_closure, ValueError) # no closure needed
test_funcattrs.py 70 c = f.func_closure
75 self.cannot_set_attr(f, "func_closure", c, TypeError)
80 f.func_closure[0].cell_contents
  /external/python/cpython2/Include/
funcobject.h 26 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon32580
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/Lib/test/
test_undocumented_details.py 24 g_cell, = g.func_closure
25 h_cell, = h.func_closure
test_new.py 92 g2 = new.function(g.func_code, {}, "blah", (2,), g.func_closure)
94 g3 = new.function(g.func_code, {}, "blah", None, g.func_closure)
102 test_closure(f, g.func_closure, ValueError) # no closure needed
  /prebuilts/gdb/darwin-x86/include/python2.7/
funcobject.h 26 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon66471
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/darwin-x86/lib/python2.7/test/
test_undocumented_details.py 24 g_cell, = g.func_closure
25 h_cell, = h.func_closure
test_new.py 92 g2 = new.function(g.func_code, {}, "blah", (2,), g.func_closure)
94 g3 = new.function(g.func_code, {}, "blah", None, g.func_closure)
102 test_closure(f, g.func_closure, ValueError) # no closure needed
  /prebuilts/gdb/linux-x86/include/python2.7/
funcobject.h 26 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon66593
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/lib/python2.7/test/
test_undocumented_details.py 24 g_cell, = g.func_closure
25 h_cell, = h.func_closure
test_new.py 92 g2 = new.function(g.func_code, {}, "blah", (2,), g.func_closure)
94 g3 = new.function(g.func_code, {}, "blah", None, g.func_closure)
102 test_closure(f, g.func_closure, ValueError) # no closure needed
  /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:__anon986
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/lib/python2.7/test/
test_undocumented_details.py 24 g_cell, = g.func_closure
25 h_cell, = h.func_closure
test_new.py 92 g2 = new.function(g.func_code, {}, "blah", (2,), g.func_closure)
94 g3 = new.function(g.func_code, {}, "blah", None, g.func_closure)
102 test_closure(f, g.func_closure, ValueError) # no closure needed
  /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:__anon1109
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/lib/python2.7/test/
test_undocumented_details.py 24 g_cell, = g.func_closure
25 h_cell, = h.func_closure
test_new.py 92 g2 = new.function(g.func_code, {}, "blah", (2,), g.func_closure)
94 g3 = new.function(g.func_code, {}, "blah", None, g.func_closure)
102 test_closure(f, g.func_closure, ValueError) # no closure needed
  /external/python/cpython3/Include/
funcobject.h 27 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon33142
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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
funcobject.c 27 op->func_closure = NULL;
131 return ((PyFunctionObject *) op) -> func_closure;
152 Py_XDECREF(((PyFunctionObject *) op) -> func_closure);
153 ((PyFunctionObject *) op) -> func_closure = closure;
162 {"func_closure", T_OBJECT, OFF(func_closure),
164 {"__closure__", T_OBJECT, OFF(func_closure),
251 nclosure = (op->func_closure == NULL ? 0 :
252 PyTuple_GET_SIZE(op->func_closure));
442 newfunc->func_closure = closure;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
funcobject.c 27 op->func_closure = NULL;
131 return ((PyFunctionObject *) op) -> func_closure;
152 Py_XDECREF(((PyFunctionObject *) op) -> func_closure);
153 ((PyFunctionObject *) op) -> func_closure = closure;
162 {"func_closure", T_OBJECT, OFF(func_closure),
164 {"__closure__", T_OBJECT, OFF(func_closure),
251 nclosure = (op->func_closure == NULL ? 0 :
252 PyTuple_GET_SIZE(op->func_closure));
442 newfunc->func_closure = closure;
    [all...]
  /external/python/cpython2/Objects/
funcobject.c 27 op->func_closure = NULL;
130 return ((PyFunctionObject *) op) -> func_closure;
151 Py_XSETREF(((PyFunctionObject *)op)->func_closure, closure);
160 {"func_closure", T_OBJECT, OFF(func_closure),
162 {"__closure__", T_OBJECT, OFF(func_closure),
249 nclosure = (op->func_closure == NULL ? 0 :
250 PyTuple_GET_SIZE(op->func_closure));
439 newfunc->func_closure = closure;
458 Py_XDECREF(op->func_closure);
    [all...]
  /external/python/cpython3/Objects/
funcobject.c 34 op->func_closure = NULL;
172 return ((PyFunctionObject *) op) -> func_closure;
193 Py_XSETREF(((PyFunctionObject *)op)->func_closure, closure);
233 {"__closure__", T_OBJECT, OFF(func_closure),
262 nclosure = (op->func_closure == NULL ? 0 :
263 PyTuple_GET_SIZE(op->func_closure));
515 newfunc->func_closure = closure;
535 Py_XDECREF(op->func_closure);
559 Py_VISIT(f->func_closure);

Completed in 2517 milliseconds

1 2