medpy.utilities.argparseu.sequenceOfIntegersLe#

medpy.utilities.argparseu.sequenceOfIntegersLe(string)[source]#

A custom type for the argparse commandline parser. Accepts only colon-separated lists of valid integer values that are less than or equal to 0.

Examples

>>> parser.add_argument('argname', type=sequenceOfIntegersLe, help='help')