Interface TypeAliasStatement

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

public interface TypeAliasStatement extends Statement
   type name() typeParams() = expression()
 
See https://docs.python.org/3/reference/simple_stmts.html#the-type-statement
  • Method Details