Skip to content
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

Break up ArgumentParser._parse_known_args() #3

Open
cjerdonek opened this issue Nov 27, 2014 · 0 comments
Open

Break up ArgumentParser._parse_known_args() #3

cjerdonek opened this issue Nov 27, 2014 · 0 comments

Comments

@cjerdonek
Copy link
Owner

ArgumentParser._parse_known_args() is a 245-line function that should probably be broken up.

The function implementation includes many multiply-nested if-else blocks and for loops. It also defines at least three non-trivial functions within the function, including a 72-line function consume_optional().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant