Lines Matching refs:ignore_unknown
1852 def parse_opts(self, argv, ignore_unknown=False):1878 if ignore_unknown is True or k in ignore_unknown:2163 args = options.parse_opts(args, ignore_unknown=['text'])