Searched refs:subparser (Results 1 – 9 of 9) sorted by relevance
/third_party/ninja/src/ |
D | manifest_parser.cc | 408 ManifestParser subparser(state_, file_reader_, options_); in ParseFileInclude() local 410 subparser.env_ = new BindingEnv(env_); in ParseFileInclude() 412 subparser.env_ = env_; in ParseFileInclude() 415 if (!subparser.Load(path, err, &lexer_)) in ParseFileInclude()
|
/third_party/glib/glib/tests/ |
D | .gitignore | 44 markup-subparser
|
D | meson.build | 52 'markup-subparser' : {},
|
/third_party/mbedtls/scripts/ |
D | config.py | 482 subparser = subparsers.add_parser(name, help=description) 483 subparser.set_defaults(adapter=function)
|
/third_party/boost/libs/spirit/doc/ |
D | rationale.qbk | 134 `a(bb|b)`, but `(ab|a)b` won't because the `(ab|a)` subparser will
|
/third_party/python/Doc/library/ |
D | argparse.rst | 1644 subparser argument 1685 attributes for the main parser and the subparser that was selected by the 1691 Similarly, when a help message is requested from a subparser, only the help 1694 subparser command, however, can be given by supplying the ``help=`` argument 1728 keyword arguments. When either is present, the subparser's commands will 1749 which allows multiple strings to refer to the same subparser. This example, 1761 that each subparser knows which Python function it should execute. For 1800 to check the name of the subparser that was invoked, the ``dest`` keyword
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.1.rst | 679 namespace when using a subparser with defaults.
|
D | 3.5.0a1.rst | 1726 Defaults set with set_defaults on an argparse subparser are no longer
|
/third_party/python/Misc/ |
D | HISTORY | 1185 - Issue #9351: Defaults set with set_defaults on an argparse subparser
|