Home
last modified time | relevance | path

Searched refs:_last_child_ids (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/tkinter/
H A D__init__.py674 _last_child_ids = None variable in Misc
2598 if master._last_child_ids is None:
2599 master._last_child_ids = {}
2600 count = master._last_child_ids.get(name, 0) + 1
2601 master._last_child_ids[name] = count

Completed in 7 milliseconds