Lines Matching refs:InterceptingOptionParser
40 class InterceptingOptionParser(OptionParser):
141 must ensure that self.parser is an InterceptingOptionParser.
647 self.parser = InterceptingOptionParser(usage=SUPPRESS_USAGE,
816 self.parser = InterceptingOptionParser(usage=SUPPRESS_USAGE)
839 self.parser = InterceptingOptionParser(usage=SUPPRESS_USAGE)
897 self.parser = InterceptingOptionParser(usage=SUPPRESS_USAGE)
922 self.parser = InterceptingOptionParser(usage=SUPPRESS_USAGE)
951 self.parser = InterceptingOptionParser(usage=SUPPRESS_USAGE,
961 self.parser = InterceptingOptionParser(usage=SUPPRESS_USAGE)
1019 self.parser = InterceptingOptionParser(usage=SUPPRESS_USAGE,
1242 self.parser = InterceptingOptionParser(usage=SUPPRESS_USAGE,
1293 self.parser = InterceptingOptionParser(usage=SUPPRESS_USAGE,
1370 self.parser = InterceptingOptionParser(usage=SUPPRESS_USAGE)
1503 return InterceptingOptionParser(option_list=options)
1541 self.parser = InterceptingOptionParser(usage=SUPPRESS_USAGE)
1551 self.parser = InterceptingOptionParser(usage=SUPPRESS_USAGE,
1618 self.parser = InterceptingOptionParser()