Juha Jeronen
Juha Jeronen
@altoiddealer, @LEv145: I'm happy to help with small things like this. :) Both your extensions are great. In my opinion, having quick buttons for AR and resolution are essential for...
Right now due to historical reasons it's GPL v2.0 specifically, see the comments [here](https://ejrh.wordpress.com/2012/08/18/coloured-call-graphs/). I'm fine with relicensing my contributions, but there are several other contributors (see [AUTHORS.md](https://github.com/Technologicat/pyan/blob/master/AUTHORS.md)), and we...
https://docs.python.org/3/library/ast.html ```python Match(expr subject, match_case* cases) match_case = (pattern pattern, expr? guard, stmt* body) pattern = MatchValue(expr value) | MatchSingleton(constant value) | MatchSequence(pattern* patterns) | MatchMapping(expr* keys, pattern* patterns, identifier?...
Also this (3.11+): https://docs.python.org/3/library/ast.html#ast.TryStar
All these done as of b82af24. That should be it for AST changes for 3.10, 3.11 and 3.12.