deshaw / pyflyby

A set of productivity tools for Python
https://deshaw.github.io/pyflyby/
Other
347 stars 52 forks source link

Add ability to understand pattern matching. #340

Closed Carreau closed 4 months ago

Carreau commented 4 months ago

This was added in Python 3.10, we need o explicitly walk the MatchMapping and MatchAs node that were introduced in the same Python version

Closes #338