Argument
argparse.Argument
The future value of an argument.
You can obtain an instance of this class through the various param()
methods of ArgumentParser
.
Once arguments have been parsed by the ArgumentParser
, the .value()
method in this class will become available.
Attributes
- Graph
- Supertypes
- trait () => Aclass Objecttrait Matchableclass Any