Home | History | Annotate | Download | only in tools

Lines Matching full:left_count

1669     def writeWithWarning(self,out,warning,left_count,repeat_count):
1676 return left_count
1680 left_count -= 1
1681 if left_count == 0:
1683 left_count = repeat_count
1689 left_count -= 1
1690 if left_count == 0:
1692 left_count = repeat_count
1694 return left_count
1805 left_count = repeat_count
1807 left_count = b.writeWithWarning(out,warning,left_count,repeat_count)