Class ListOptionAction
Custom argparse action for `ogrinspect` keywords that require a string list. If the string is 'True'/'true' then the option value will be a boolean instead.
Declaration
class ListOptionAction(argparse.Action)
source linkDocumentation
Methods
▷ def __call__(self, parser, namespace, value, option_string=None)