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
..
algo
Fix bogus type errors dug up by mypy
2024-06-02 12:05:44 +02:00
asyncio
Add Process and Signals support
2019-10-29 11:25:03 +01:00
auth
Fix errors reported by mypy
2025-04-29 11:54:56 +02:00
db
Fix errors reported by mypy
2025-04-29 11:54:56 +02:00
stree
stree.StringTree.find(): Add method
2025-05-29 12:05:10 +02:00
ArgsContainer.py
ArgsContainer: Add add_argument() function
2025-06-04 04:55:32 +02:00
cast.py
cast.cast_str_to_timedelta(): Add conversion method
2025-05-28 11:12:49 +02:00
Cmd.py
Cmds / Cmd: Add comments and debug logging
2025-02-02 14:01:21 +01:00
Cmds.py
cmd.Cmds: Support --backtrace
2025-05-30 15:53:43 +02:00
Config.py
stree.StringTree.find(): Add method
2025-05-29 12:05:10 +02:00
CppState.py
Add forgotten jwutils/CppState.py
2019-06-03 10:00:04 +02:00
log.py
log.(add|rm)_capture_stream(): Add functions
2025-06-03 15:25:44 +02:00
Makefile
Rename the MODDIR makefile variable to JWBDIR
2019-06-29 23:32:20 +02:00
misc.py
misc: Add load_function()
2025-01-29 16:54:10 +01:00
multi_key_dict.py
Add multi_key_dict.py
2020-04-13 15:14:52 +02:00
Object.py
Fix Python errors reported by mypy
2020-04-10 14:17:15 +02:00
Process.py
Add type annotations from monkeytype + jw-devops/test
2020-04-10 17:55:36 +02:00
RedirectStdIO.py
Rename MuteStdIO to RedirectStdIO
2017-07-26 11:40:35 +02:00
Signals.py
Fix Python errors reported by mypy
2020-04-10 14:17:15 +02:00
StopWatch.py
StopWatch: Fix compilation error
2024-12-03 13:34:26 +01:00