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

/external/python/cpython2/Lib/lib-tk/
H A DTkinter.py2978 def dlineinfo(self, index): member in class:Text
2982 return self._getints(self.tk.call(self._w, 'dlineinfo', index))
/external/python/cpython3/Lib/tkinter/
H A D__init__.py3134 def dlineinfo(self, index): member in class:Text
3138 return self._getints(self.tk.call(self._w, 'dlineinfo', index))

Completed in 87 milliseconds