Interface GroupPattern

All Superinterfaces:
Pattern, Tree
All Known Implementing Classes:
GroupPatternImpl

public interface GroupPattern extends Pattern
Group Pattern
 case (pattern()): ...
See https://docs.python.org/3/reference/compound_stmts.html#group-patterns
  • Method Details