Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/tkinter/
D__init__.py1123 def winfo_visualsavailable(self, includeids=False): argument
1130 'includeids' if includeids else None)
/external/python/cpython2/Lib/lib-tk/
DTkinter.py973 def winfo_visualsavailable(self, includeids=0): argument
981 includeids and 'includeids' or None))