jw-python/tools/python
Jan Lindemann d2ec56336e ArgsContainer: Add add_argument() function
add_argument() at the face of it looks much like
ArgumentParser.add_argument(), but is a function, not a class method.
It takes the ArgsContainer|ArgParser instance as first argument, then
decides what type it is, and proceeds to use this knowledge to decide
whether or not the argument to be added already has a definition.

Signed-off-by: Jan Lindemann <jan@janware.com>
2025-06-04 04:55:32 +02:00
..
jwutils ArgsContainer: Add add_argument() function 2025-06-04 04:55:32 +02:00
Makefile Fix Python errors reported by mypy 2020-04-10 14:17:15 +02:00