Lines Matching defs:count
2600 count = master._last_child_ids.get(name, 0) + 1
2601 master._last_child_ids[name] = count
2602 if count == 1:
2605 name = '!%s%d' % (name, count)
3638 def count(self, index1, index2, *args): # new in Tk 8.5
3652 res = self.tk.call(self._w, 'count', *args) or None
3870 regexp=None, nocase=None, count=None, elide=None):
3881 if count: args.append('-count'); args.append(count)