Home
last modified time | relevance | path

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

/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Dqscilib.py517 tabs = findTabIndentsInLines(self.text().splitlines())
730 def findTabIndentsInLines(lines, linestocheck=100): function