HomeSort by relevance Sort by last modified time
    Searched refs:thisindent (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pyclbr.py 157 lineno, thisindent = start
159 while stack and stack[-1][1] >= thisindent:
162 lineno, thisindent = start
164 while stack and stack[-1][1] >= thisindent:
179 stack.append((None, thisindent)) # Marker for nested fns
181 lineno, thisindent = start
183 while stack and stack[-1][1] >= thisindent:
234 stack.append((cur_class, thisindent))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pyclbr.py 157 lineno, thisindent = start
159 while stack and stack[-1][1] >= thisindent:
162 lineno, thisindent = start
164 while stack and stack[-1][1] >= thisindent:
179 stack.append((None, thisindent)) # Marker for nested fns
181 lineno, thisindent = start
183 while stack and stack[-1][1] >= thisindent:
234 stack.append((cur_class, thisindent))

Completed in 786 milliseconds