Interface NonlocalStatement

All Superinterfaces:
Statement, Tree
All Known Implementing Classes:
NonlocalStatementImpl

public interface NonlocalStatement extends Statement
   nonlocal variables()
 
See https://docs.python.org/3/reference/simple_stmts.html#grammar-token-nonlocal-stmt
  • Method Details

    • nonlocalKeyword

      Token nonlocalKeyword()
    • variables

      List<Name> variables()