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
gdevenyi
changed the title
Question: Alternate implementation of default arguments: document in description and set post-argparse
Alternate implementation of default arguments: document in description and set post-argparse
Jun 23, 2016
See comment here:
http://python.6.x6.nabble.com/argparse-tell-if-arg-was-defaulted-tp1528162p1528165.html
This means having unset defaults in argparse, and then setting the values after parsing by checking for none.
I think this would resolve the chunk_size and ppj metaprogramming, my issues with the list appending, and possible other magics in a saner way.
Thoughts?
The text was updated successfully, but these errors were encountered: