Home
last modified time | relevance | path

Searched refs:argparse (Results 1 – 25 of 225) sorted by relevance

123456789

/openbmc/qemu/python/qemu/utils/
H A Dqom.py33 import argparse
70 def configure_parser(cls, parser: argparse.ArgumentParser) -> None:
80 def __init__(self, args: argparse.Namespace):
117 def configure_parser(cls, parser: argparse.ArgumentParser) -> None:
121 def __init__(self, args: argparse.Namespace):
165 def configure_parser(cls, parser: argparse.ArgumentParser) -> None:
174 def __init__(self, args: argparse.Namespace):
211 def configure_parser(cls, parser: argparse.ArgumentParser) -> None:
222 def __init__(self, args: argparse.Namespace):
259 parser = argparse.ArgumentParser(
H A Dqom_common.py18 import argparse
126 def __init__(self, args: argparse.Namespace):
146 def configure_parser(cls, parser: argparse.ArgumentParser) -> None:
164 def add_path_prop_arg(cls, parser: argparse.ArgumentParser) -> None:
206 args: argparse.Namespace
227 parser = argparse.ArgumentParser(description=cls.help)
/openbmc/qemu/scripts/
H A Dqemu-trace-stap21 import argparse
121 parser = argparse.ArgumentParser(description="QEMU SystemTap trace tool")
130 formatter_class=argparse.RawDescriptionHelpFormatter,
146 nargs=argparse.REMAINDER)
149 formatter_class=argparse.RawDescriptionHelpFormatter,
163 nargs=argparse.REMAINDER)
/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/
H A Ddump-gerrit.py3 import argparse
11 def __init__(self, parser: argparse._SubParsersAction) -> None:
29 def run(self, args: argparse.Namespace) -> int:
H A Dreport.py3 import argparse
9 def __init__(self, parser: argparse._SubParsersAction) -> None:
14 def run(self, args: argparse.Namespace) -> int:
H A Dverify-files.py3 import argparse
13 def __init__(self, parser: argparse._SubParsersAction) -> None:
20 def run(self, args: argparse.Namespace) -> int:
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-argh_0.31.3.bb1 SUMMARY = "An unobtrusive argparse wrapper with natural syntax"
3 'argh!' while struggling with the API of argparse? Don't like the complexity \
10 Argh is a smart wrapper for argparse. Argparse is a very powerful \
/openbmc/qemu/scripts/codeconverter/
H A Dconverter.py13 import argparse
29 def process_all_files(parser: argparse.ArgumentParser, args: argparse.Namespace) -> None:
90 p = argparse.ArgumentParser(formatter_class=argparse.RawDescriptionHelpFormatter)
/openbmc/openbmc-test-automation/templates/
H A Dpython_pgm_template7 parser = argparse.ArgumentParser(
10 formatter_class=argparse.ArgumentDefaultsHelpFormatter,
/openbmc/openbmc/poky/meta-selftest/lib/devtool/
H A Dtest.py1 import argparse
9 formatter_class=argparse.ArgumentDefaultsHelpFormatter)
/openbmc/openbmc-build-scripts/scripts/
H A Dgenerate-html-index.py9 import argparse
103 parser = argparse.ArgumentParser(
109 formatter_class=argparse.ArgumentDefaultsHelpFormatter,
/openbmc/bmcweb/scripts/
H A Dwebsocket_test.py6 import argparse
14 parser = argparse.ArgumentParser()
21 "--ssl", default=True, action=argparse.BooleanOptionalAction
/openbmc/openbmc/poky/scripts/lib/
H A Dargparse_oe.py8 import argparse
17 class ArgumentParser(argparse.ArgumentParser):
79 if action.dest == argparse.SUPPRESS:
93 if isinstance(action, argparse._SubParsersAction):
140 class OeHelpFormatter(argparse.HelpFormatter):
180 raise argparse.ArgumentTypeError(
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/tc/
H A Dgenerate_metadata.py6 import argparse
46 parser = argparse.ArgumentParser()
61 …raise argparse.ArgumentError(None, 'Arguments img_type_uuids and location_uuids must have the same…
/openbmc/qemu/target/hexagon/
H A Dgen_opcodes_def.py24 import argparse
28 parser = argparse.ArgumentParser(
H A Dgen_op_attribs.py24 import argparse
28 parser = argparse.ArgumentParser(
/openbmc/qemu/scripts/simplebench/
H A Dbench-backup.py21 import argparse
166 class ExtendAction(argparse.Action):
174 p = argparse.ArgumentParser('Backup benchmark', epilog='''
184 formatter_class=argparse.RawTextHelpFormatter)
220 p.add_argument('--initial-run', action=argparse.BooleanOptionalAction,
/openbmc/openbmc-tools/tof-voters/libvoters/
H A Dentry_point.py3 import argparse
8 parser = argparse.ArgumentParser(description="Obtain TOF voter metrics")
/openbmc/qemu/scripts/performance/
H A DtopN_perf.py34 import argparse
41 parser = argparse.ArgumentParser(
49 parser.add_argument('command', type=str, nargs='+', help=argparse.SUPPRESS)
H A DtopN_callgrind.py34 import argparse
41 parser = argparse.ArgumentParser(
49 parser.add_argument('command', type=str, nargs='+', help=argparse.SUPPRESS)
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/tests/
H A Dmock-fvp.py3 import argparse
20 parser = argparse.ArgumentParser()
H A Dtest-parameters.py3 import argparse
20 parser = argparse.ArgumentParser()
H A Dtest-environment.py3 import argparse
20 parser = argparse.ArgumentParser()
/openbmc/openbmc/meta-arm/ci/
H A Ddownload-lockfile.py14 import argparse
19 parser = argparse.ArgumentParser()
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-prserv10 import argparse
32 parser = argparse.ArgumentParser(
34 formatter_class=argparse.RawTextHelpFormatter)

123456789