HomeSort by relevance Sort by last modified time
    Searched refs:func_closure (Results 1 - 15 of 15) 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:__anon63080
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
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
test_py3kwarn.py 120 cell0, = f(0).func_closure
121 cell1, = f(1).func_closure
test_sys.py 544 check(get_cell().func_closure[0], size('P'))
  /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:__anon63203
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
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
test_py3kwarn.py 120 cell0, = f(0).func_closure
121 cell1, = f(1).func_closure
test_sys.py 544 check(get_cell().func_closure[0], size('P'))
  /external/chromium_org/third_party/cython/src/Cython/Utility/
CythonFunction.c 12 (((__pyx_CyFunctionObject *) (f))->func_closure)
31 PyObject *func_closure; member in struct:__anon16375
178 self = m->func_closure;
387 {(char *) "func_closure", (getter)__Pyx_CyFunction_get_closure, 0, 0, 0},
436 op->func_closure = closure;
463 Py_CLEAR(m->func_closure);
501 Py_VISIT(m->func_closure);
820 ((__pyx_CyFunctionObject *) func)->func_closure,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 543 milliseconds