Python stdlib module — argparse. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.Action()NeutralAction(...)
Information about how to convert command line strings to Python objects.
.ArgumentDefaultsHelpFormatter()NeutralArgumentDefaultsHelpFormatter(...)
Help message formatter which adds default values to argument help.
.ArgumentError()NeutralArgumentError(...)
An error from creating or using an argument (optional or positional).
.ArgumentParser()NeutralArgumentParser(...)
Object for parsing command line strings into Python objects.
.ArgumentTypeError()NeutralArgumentTypeError(...)
An error from trying to convert a command line string to a type.
.HelpFormatter()NeutralHelpFormatter(...)
Formatter for generating usage messages and argument help strings.
.MetavarTypeHelpFormatter()NeutralMetavarTypeHelpFormatter(...)
Help message formatter which uses the argument 'type' as the default
| FQN | Field | |
|---|---|---|
| argparse | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
import argparse