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 link

Documentation

Methods