Home
last modified time | relevance | path

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

/third_party/python/Lib/tkinter/
D__init__.py4021 _last_id = 0 variable in Image
4029 Image._last_id += 1
4030 name = "pyimage%r" % (Image._last_id,) # tk itself would use image<x>