| java.lang.Object org.python.compiler.ScopeInfo
celldistance | public int celldistance(Code) | | |
from_import_star | public boolean from_import_star(Code) | | |
func_level | public int func_level(Code) | | |
generator | public boolean generator(Code) | | |
jy_npurecell | public int jy_npurecell(Code) | | |
list_comprehension_count | public int list_comprehension_count(Code) | | |
unqual_exec | public boolean unqual_exec(Code) | | |
yield_count | public int yield_count(Code) | | |
markFromParam | public void markFromParam()(Code) | | |
setup_closure | public void setup_closure()(Code) | | setup the closure on this scope using the scope passed into cook as up as
the containing scope
|
setup_closure | public void setup_closure(ScopeInfo up)(Code) | | setup the closure on this scope using the passed in scope. This is used
by jythonc to setup its closures.
|
|
|