/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:__anon62281 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:__anon62404 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/jinja2/ |
compiler.py | 54 unoptimize_before_dead_code = bool(unoptimize_before_dead_code().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...] |