Searched defs:select_from (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
H A DCanvas.py189 def select_from(self, index): member in class:Group
H A DTkinter.py2452 def select_from(self, tagOrId, index): member in class:Canvas
2543 select_from = selection_from variable in class:Entry
/external/python/cpython3/Lib/
H A Dpathlib.py483 def select_from(self, parent_path): member in class:_Selector
1081 for p in selector.select_from(self):
1093 for p in selector.select_from(self):
/external/python/cpython3/Lib/tkinter/
H A D__init__.py2615 def select_from(self, tagOrId, index): member in class:Canvas
2706 select_from = selection_from variable in class:Entry

Completed in 279 milliseconds