... into a new ast_helpers.py module.
We have a lot of small ast analysis functions in visitor.py, for example all the functions starting with _is_ like _is_name() or _is_Incomplete. I suggest we move them into a separate module to make the visitor.py module a bit clearer.
A continuation of #519.
... into a new
ast_helpers.pymodule.We have a lot of small ast analysis functions in
visitor.py, for example all the functions starting with_is_like_is_name()or_is_Incomplete. I suggest we move them into a separate module to make thevisitor.pymodule a bit clearer.A continuation of #519.