Home | History | Annotate | Download | only in python2.7

Lines Matching refs:new_count

975         new_count = _ensure_value(namespace, self.dest, 0) + 1
976 setattr(namespace, self.dest, new_count)