Searched refs:prefix_chars (Results 1 – 3 of 3) sorted by relevance
23 def __init__(self, description="My program's description", prefix_chars='-', add_help=True): argument26 self.prefix_chars = prefix_chars
419 parser = argparse.ArgumentParser(description='description', prefix_chars='+-', add_help=False)
571 Char16Set prefix_chars; in HistoryIDsForTerm() local590 prefix_chars = Char16SetFromString16(best_prefix->first); in HistoryIDsForTerm()597 base::STLSetDifference<Char16Set>(leftover_chars, prefix_chars); in HistoryIDsForTerm()608 if (prefix_chars.empty()) { in HistoryIDsForTerm()