-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignore self calls #374
base: main
Are you sure you want to change the base?
Ignore self calls #374
Commits on Oct 5, 2024
-
If a function is called within a function of the same name, do not co…
…unt that as being used.
Configuration menu - View commit details
-
Copy full SHA for 0a6bd9a - Browse repository at this point
Copy the full SHA 0a6bd9aView commit details
Commits on Oct 6, 2024
-
Make the requirements to be a recursive call stricter (only top-level…
… recursion). Also add some tests.
Configuration menu - View commit details
-
Copy full SHA for 682241a - Browse repository at this point
Copy the full SHA 682241aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d063dc - Browse repository at this point
Copy the full SHA 2d063dcView commit details
Commits on Oct 23, 2024
-
Get the recursion feature to work for class/instance methods as well.…
… Also, disable the feature by default, and add a `--recursion` flag for if the user wants to do it.
Configuration menu - View commit details
-
Copy full SHA for d202b0a - Browse repository at this point
Copy the full SHA d202b0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3d4e9e - Browse repository at this point
Copy the full SHA a3d4e9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3781310 - Browse repository at this point
Copy the full SHA 3781310View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b43c0e - Browse repository at this point
Copy the full SHA 8b43c0eView commit details -
Do not do the recursion feature if the python version is less than 3.…
…9, since `ast.unparse` was added then.
Configuration menu - View commit details
-
Copy full SHA for c1346c2 - Browse repository at this point
Copy the full SHA c1346c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe14db3 - Browse repository at this point
Copy the full SHA fe14db3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f58034 - Browse repository at this point
Copy the full SHA 8f58034View commit details