Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dpathlib.py398 def select_from(self, parent_path): member in _Selector
1032 for p in selector.select_from(self):
1045 for p in selector.select_from(self):
/third_party/python/Lib/tkinter/
D__init__.py2997 def select_from(self, tagOrId, index): member in Canvas
3113 select_from = selection_from variable in Entry