Home
last modified time | relevance | path

Searched refs:format_counter (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dformatter.py121 self.writer.send_label_data(self.format_counter(format, counter))
127 def format_counter(self, format, counter): member in AbstractFormatter
/external/python/cpython3/Lib/
Dformatter.py124 self.writer.send_label_data(self.format_counter(format, counter))
130 def format_counter(self, format, counter): member in AbstractFormatter