Interface LiteralPattern
- All Known Implementing Classes:
LiteralPatternImpl
Literal Pattern
case "foo":
...
case 42:
...
case True:
...
case None:
...
See https://docs.python.org/3/reference/compound_stmts.html#literal-patterns-
Nested Class Summary
-
Method Summary
-
Method Details
-
valueAsString
String valueAsString()
-