OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stopindent
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py
107
def get_context(self, new_topvisible, stopline=1,
stopindent
=0):
110
Stop when stopline or
stopindent
is reached. Return a tuple of context
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
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py
107
def get_context(self, new_topvisible, stopline=1,
stopindent
=0):
110
Stop when stopline or
stopindent
is reached. Return a tuple of context
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
)
Completed in 500 milliseconds