Home | History | Annotate | Download | only in thirdparty

Lines Matching refs:new_right

947             new_right = None
950 new_right = re.sub(r'\bTrue\b *', '', right, count=1)
953 new_right = re.sub(r'\bFalse\b *', '', right, count=1)
955 if new_right is None:
958 if new_right[0].isalnum():
959 new_right = ' ' + new_right
961 self.source[line_index] = left + new_right