Interface Decorator

All Superinterfaces:
Tree
All Known Implementing Classes:
DecoratorImpl

public interface Decorator extends Tree
   @#name() ( arguments() )
 
Example:
@foo.bar()
See https://docs.python.org/3/reference/compound_stmts.html#grammar-token-decorators
  • Method Details