Home
last modified time | relevance | path

Searched defs: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
/external/python/cpython3/Lib/idlelib/
Dcodecontext.py146 def get_context(self, new_topvisible, stopline=1, stopindent=0): argument