You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().
The text was updated successfully, but these errors were encountered:
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 andfor
loops. It also defines at least three non-trivial functions within the function, including a 72-line function consume_optional().The text was updated successfully, but these errors were encountered: