Interface TypeAnnotation

All Superinterfaces:
Tree
All Known Implementing Classes:
TypeAnnotationImpl

public interface TypeAnnotation extends Tree
   : expression()
 
or (return type annotation)
   -> expression()
 
See https://www.python.org/dev/peps/pep-0484/ See https://www.python.org/dev/peps/pep-0526/
  • Method Details