Does anyone know why most of the pre-defined actions in Python's Lib/argparse.py are private?
I'd like to write a custom one that is similar to _AppendAction, but given it's private can't/shouldn't inherit from it…
(Yes, it's not much code, I know, still…)