ast.MatchSingleton = class MatchSingleton(pattern) | MatchSingleton(constant value)
Maps to the col_offset filed from Python's ast.
col_offset
Maps to the end_col_offset filed from Python's ast.
end_col_offset
Maps to the end_lineno filed from Python's ast.
end_lineno
Maps to the lineno filed from Python's ast.
lineno
value is not optional. We have to make it nullable though because the value will be set to null if the case matches on None. This is known behavior of jep (similar to literals/constants).
null
None