class documentation

class ListOptionAction(argparse.Action): (source)

View In Hierarchy

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.

Method __call__ Undocumented
def __call__(self, parser, namespace, value, option_string=None): (source)

Undocumented