Home
last modified time | relevance | path

Searched refs:subparser (Results 1 – 9 of 9) sorted by relevance

/third_party/ninja/src/
Dmanifest_parser.cc408 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.gitignore44 markup-subparser
Dmeson.build52 'markup-subparser' : {},
/third_party/mbedtls/scripts/
Dconfig.py482 subparser = subparsers.add_parser(name, help=description)
483 subparser.set_defaults(adapter=function)
/third_party/boost/libs/spirit/doc/
Drationale.qbk134 `a(bb|b)`, but `(ab|a)b` won't because the `(ab|a)` subparser will
/third_party/python/Doc/library/
Dargparse.rst1644 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/
D3.10.1.rst679 namespace when using a subparser with defaults.
D3.5.0a1.rst1726 Defaults set with set_defaults on an argparse subparser are no longer
/third_party/python/Misc/
DHISTORY1185 - Issue #9351: Defaults set with set_defaults on an argparse subparser