Home
last modified time | relevance | path

Searched refs:fromfile_prefix_chars (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_common.py238 fromfile_prefix_chars='@',
261 if arg_string[0] not in self.fromfile_prefix_chars:
/third_party/skia/gn/
Dcompile_ib_files.py16 fromfile_prefix_chars='@')
/third_party/cef/tools/
Dcompile_ib_files.py17 fromfile_prefix_chars='@')
/third_party/node/tools/
Djs2c.py203 fromfile_prefix_chars='@'
/third_party/python/Lib/
Dargparse.py1701 fromfile_prefix_chars=None, argument
1722 self.fromfile_prefix_chars = fromfile_prefix_chars
1872 if self.fromfile_prefix_chars is not None:
2122 if not arg_string or arg_string[0] not in self.fromfile_prefix_chars:
/third_party/python/Doc/library/
Dargparse.rst143 prefix_chars='-', fromfile_prefix_chars=None, \
502 fromfile_prefix_chars section in ArgumentParser objects
507 at the command line. If the ``fromfile_prefix_chars=`` argument is given to the
514 >>> parser = argparse.ArgumentParser(fromfile_prefix_chars='@')
525 The ``fromfile_prefix_chars=`` argument defaults to ``None``, meaning that
2042 Arguments that are read from a file (see the *fromfile_prefix_chars*
/third_party/python/Lib/test/
Dtest_argparse.py1473 parser_signature = Sig(fromfile_prefix_chars='@')
1511 parser_signature = Sig(fromfile_prefix_chars='@')