-
Notifications
You must be signed in to change notification settings - Fork 2
Refactor analyser/util.py #71
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Many functions here have been superseded byast/util.py or module_locator/util.py.
- The deprecated functions should have their remaining uses switched to the better utils in
ast/etc. - Any non-deprecated functions should be rewritten with higher code-quality and put in a sensible module such as
ast/for AST related utils.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers