Interface AssertStatement

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

public interface AssertStatement extends Statement
 assert condition(), message()
 
See https://docs.python.org/3/reference/simple_stmts.html#grammar-token-assert-stmt
  • Method Details