Ken Jin <kenjin4...@gmail.com> added the comment:

Turning a class public or not requires a lot more discussion by the argparse 
maintainers (I'm definitely not one of them). Have you considered this 
workaround for PyCharm?

from argparse import (
    _SubParsersAction,  # noqa
    ArgumentParser,
)

----------
nosy: +rhettinger

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41592>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to