Home
last modified time | relevance | path

Searched refs:subcommand_data (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_argparse.py4047 subcommand_data = (('a', 'a subcommand help'), variable in TestHelpSubparsersWithHelpOrdering
4055 for name, help in subcommand_data]
/external/python/cpython3/Lib/test/
Dtest_argparse.py4348 subcommand_data = (('a', 'a subcommand help'), variable in TestHelpSubparsersWithHelpOrdering
4356 for name, help in subcommand_data]