Interface DoubleStarPattern

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

public interface DoubleStarPattern extends Pattern
Double Star Pattern (only used within mapping patterns)
   case {"x": "foo", **rest}:
     ...
 
See https://docs.python.org/3/reference/compound_stmts.html#mapping-patterns
  • Method Details