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

Lines Matching refs:diag

563                 diag = m.group('diag')
564 if diag is not None:
566 self._int = str(int(diag or '0')).lstrip('0')
5914 (?P<diag>\d*) # with (possibly empty) diagnostic info.