class documentation

class LayerOptionAction(argparse.Action):

View In Hierarchy

Custom argparse action for the ogrinspect layer_key keyword option which may be an integer or a string.
Method __call__ Undocumented
def __call__(self, parser, namespace, value, option_string=None):

Undocumented