Searched refs:get_selection (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Lib/tkinter/ |
D | filedialog.py | 171 self.quit(self.get_selection()) 197 head, tail = os.path.split(self.get_selection()) 208 def get_selection(self): member in FileDialog 240 file = self.get_selection() 254 file = self.get_selection()
|
/third_party/python/Lib/idlelib/ |
D | searchengine.py | 125 first, last = get_selection(text) 212 def get_selection(text): function
|
D | TODO.txt | 39 - Add more utility methods for use by extensions (a la get_selection)
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_sidebar.py | 90 def get_selection(self): member in LineNumbersTest 272 self.assertEqual(self.get_selection(), ('2.0', '3.0')) 307 self.assertEqual(self.get_selection(), ('2.0', '5.0')) 317 self.assertEqual(self.get_selection(), ('2.0', '5.0'))
|
D | test_searchengine.py | 82 self.assertEqual(se.get_selection(text), ('1.0', '1.12')) 89 self.assertEqual(se.get_selection(text), ('1.5', '1.5'))
|
/third_party/python/Doc/library/ |
D | dialog.rst | 161 .. method:: get_selection()
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v0.abi | 49276 …<var-decl name="get_selection" type-id="a56b7267" visibility="default" filepath="include/media/v4l…
|
D | test-PR27569-v1.abi | 49305 …<var-decl name="get_selection" type-id="a56b7267" visibility="default" filepath="include/media/v4l…
|