(Python) Parse definitions
Using ast-grep, define pattern-matching rules for definitions. Function definitions (including async, decorated and class methods), class definitions (including decorated), and named lambdas are considered definitions. Anonymous functions (unassigned lambdas) are not.
Edited by Jonathan Shobrook