Searched refs:fromfile_prefix_chars (Results 1 – 3 of 3) sorted by relevance
1565 fromfile_prefix_chars=None, argument1593 self.fromfile_prefix_chars = fromfile_prefix_chars1744 if self.fromfile_prefix_chars is not None:1994 if not arg_string or arg_string[0] not in self.fromfile_prefix_chars:
142 prefix_chars='-', fromfile_prefix_chars=None, \463 fromfile_prefix_chars section in ArgumentParser objects468 at the command line. If the ``fromfile_prefix_chars=`` argument is given to the475 >>> parser = argparse.ArgumentParser(fromfile_prefix_chars='@')486 The ``fromfile_prefix_chars=`` argument defaults to ``None``, meaning that1884 Arguments that are read from a file (see the *fromfile_prefix_chars*
1366 parser_signature = Sig(fromfile_prefix_chars='@')1405 parser_signature = Sig(fromfile_prefix_chars='@')