Is your feature request related to a problem? Please describe.
#456 adds pattern matching to rope, but it seems like support is incomplete as patchedast currently doesn't handle these nodes:
'MatchOr',
'MatchSequence',
'MatchSingleton',
'MatchStar',
This will likely cause extract refactoring to have issues when these syntaxes are being used.
Describe the solution you'd like
Implement these nodes.
Docs on how to implement this
Is your feature request related to a problem? Please describe.
#456 adds pattern matching to rope, but it seems like support is incomplete as
patchedastcurrently doesn't handle these nodes:'MatchOr',
'MatchSequence',
'MatchSingleton',
'MatchStar',
This will likely cause extract refactoring to have issues when these syntaxes are being used.
Describe the solution you'd like
Implement these nodes.
Docs on how to implement this