Interface GlobalStatement
-
- All Known Implementing Classes:
GlobalStatementImpl
public interface GlobalStatement extends Statement
global
See https://docs.python.org/3/reference/simple_stmts.html#the-global-statementvariables()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokenglobalKeyword()List<Name>variables()
-