Matthew Levine
Results
1
comments of
Matthew Levine
I looked into doing something like this a few different ways. One is as a pylint-plugin of sorts. pylint uses ast, which breaks up the code into nodes using Python's...