Searched refs:fromfile_prefix_chars (Results 1 – 7 of 7) sorted by relevance
238 fromfile_prefix_chars='@',261 if arg_string[0] not in self.fromfile_prefix_chars:
16 fromfile_prefix_chars='@')
17 fromfile_prefix_chars='@')
203 fromfile_prefix_chars='@'
1701 fromfile_prefix_chars=None, argument1722 self.fromfile_prefix_chars = fromfile_prefix_chars1872 if self.fromfile_prefix_chars is not None:2122 if not arg_string or arg_string[0] not in self.fromfile_prefix_chars:
143 prefix_chars='-', fromfile_prefix_chars=None, \502 fromfile_prefix_chars section in ArgumentParser objects507 at the command line. If the ``fromfile_prefix_chars=`` argument is given to the514 >>> parser = argparse.ArgumentParser(fromfile_prefix_chars='@')525 The ``fromfile_prefix_chars=`` argument defaults to ``None``, meaning that2042 Arguments that are read from a file (see the *fromfile_prefix_chars*
1473 parser_signature = Sig(fromfile_prefix_chars='@')1511 parser_signature = Sig(fromfile_prefix_chars='@')