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

Lines Matching refs:_counter

624 _counter = 0
626 global _counter
627 _counter = _counter + 1
628 return template % _counter