Interface PassStatement

  • All Superinterfaces:
    Statement, Tree
    All Known Implementing Classes:
    PassStatementImpl

    public interface PassStatement
    extends Statement
    https://docs.python.org/3/reference/simple_stmts.html#grammar-token-pass-stmt
    • Method Detail

      • passKeyword

        Token passKeyword()