Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_sidebar.py478 while (lineinfo := text.dlineinfo(index)) is not None:
691 self.assertIsNotNone(text.dlineinfo(text.index(f'{last_lineno}.0')))
699 self.assertIsNone(text.dlineinfo(text.index(f'{last_lineno}.0')))
704 self.assertIsNotNone(text.dlineinfo(text.index(f'{last_lineno}.0')))
H A Dtest_configdialog.py486 x, y, dx, dy, offset = hs.dlineinfo('1.0')
/third_party/python/Lib/idlelib/
H A Dsidebar.py474 while (lineinfo := text.dlineinfo(index)) is not None:
/third_party/python/Lib/tkinter/
H A D__init__.py3669 def dlineinfo(self, index): member in Text
3673 return self._getints(self.tk.call(self._w, 'dlineinfo', index))

Completed in 11 milliseconds