Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dargparse.py1565 fromfile_prefix_chars=None, argument
1593 self.fromfile_prefix_chars = fromfile_prefix_chars
1744 if self.fromfile_prefix_chars is not None:
1994 if not arg_string or arg_string[0] not in self.fromfile_prefix_chars:
/external/python/cpython2/Doc/library/
Dargparse.rst142 prefix_chars='-', fromfile_prefix_chars=None, \
463 fromfile_prefix_chars section in ArgumentParser objects
468 at the command line. If the ``fromfile_prefix_chars=`` argument is given to the
475 >>> parser = argparse.ArgumentParser(fromfile_prefix_chars='@')
486 The ``fromfile_prefix_chars=`` argument defaults to ``None``, meaning that
1884 Arguments that are read from a file (see the *fromfile_prefix_chars*
/external/python/cpython2/Lib/test/
Dtest_argparse.py1366 parser_signature = Sig(fromfile_prefix_chars='@')
1405 parser_signature = Sig(fromfile_prefix_chars='@')