Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DCodeContext.py107 def get_context(self, new_topvisible, stopline=1, stopindent=0): argument
127 if opener and linenum < new_topvisible and indent >= stopindent:
129 if lastindent <= stopindent:
149 stopindent = self.info[-1][1] + 1
153 stopindent = self.info[-1][1]
157 stopindent)
/external/python/cpython3/Lib/idlelib/
Dcodecontext.py109 def get_context(self, new_topvisible, stopline=1, stopindent=0): argument
129 if opener and linenum < new_topvisible and indent >= stopindent:
131 if lastindent <= stopindent:
151 stopindent = self.info[-1][1] + 1
155 stopindent = self.info[-1][1]
159 stopindent)