Class LayerOptionAction
Custom argparse action for the `ogrinspect` `layer_key` keyword option which may be an integer or a string.
Declaration
class LayerOptionAction(argparse.Action)
source linkDocumentation
Methods
▷ def __call__(self, parser, namespace, value, option_string=None)