SimpleParsing icon indicating copy to clipboard operation
SimpleParsing copied to clipboard

Support python 3.8s Literal and Final types

Open jeromepl opened this issue 5 years ago • 0 comments

https://docs.python.org/3/whatsnew/3.8.html#typing

  • In the case of Literal, convert to an argparse 'choices' argument
  • In the case of Final, don't add the argument to argparse

jeromepl avatar Oct 24 '19 17:10 jeromepl