Home | History | Annotate | Download | only in python_gflags

Lines Matching refs:syntactic_help

1467       if flag.parser.syntactic_help:
1469 flaghelp += TextWrap("(%s)" % flag.parser.syntactic_help,
2041 Subclasses should also define a syntactic_help string which may be
2050 syntactic_help = ""
2142 message = '%s is not %s' % (value, parser.syntactic_help)
2453 raise ValueError("%s is not %s" % (val, self.syntactic_help))
2480 syntactic_help = " ".join((number_article, number_name))
2486 sh = self.syntactic_help
2497 self.syntactic_help = sh
2532 syntactic_help = " ".join((number_article, number_name))
2538 sh = self.syntactic_help
2553 self.syntactic_help = sh
2652 self.syntactic_help = "a %s separated list" % self._name