Interface NonlocalStatement
-
- All Known Implementing Classes:
NonlocalStatementImpl
public interface NonlocalStatement extends Statement
nonlocal
See https://docs.python.org/3/reference/simple_stmts.html#grammar-token-nonlocal-stmtvariables()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokennonlocalKeyword()List<Name>variables()
-