Lines Matching full:repeat_count
1669 def writeWithWarning(self,out,warning,left_count,repeat_count):
1683 left_count = repeat_count
1692 left_count = repeat_count
1804 def writeWithWarning(self,out,warning,repeat_count):
1805 left_count = repeat_count
1807 left_count = b.writeWithWarning(out,warning,left_count,repeat_count)