Interface WildcardPattern
-
- All Known Implementing Classes:
WildcardPatternImpl
public interface WildcardPattern extends Pattern
Group Patterncase _: ...
See https://docs.python.org/3/reference/compound_stmts.html#wildcard-patterns
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tokenwildcard()
-
-
-
Method Detail
-
wildcard
Token wildcard()
-
-