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

  /external/python/cpython2/Tools/scripts/
pindent.py 245 thiskw = 'end'
251 thiskw = m.group('kw')
252 if not next.has_key(thiskw):
253 thiskw = ''
255 if thiskw in ('def', 'class'):
264 thiskw = ''
285 if thiskw == 'end':
290 elif not thiskw or thiskw in start:
303 if thiskw and thiskw not in start
    [all...]
  /external/python/cpython3/Tools/scripts/
pindent.py 243 thiskw = 'end'
249 thiskw = m.group('kw')
250 if thiskw not in next:
251 thiskw = ''
253 if thiskw in ('def', 'class'):
262 thiskw = ''
283 if thiskw == 'end':
288 elif not thiskw or thiskw in start:
301 if thiskw and thiskw not in start
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
pindent.py 250 thiskw = 'end'
256 thiskw = m.group('kw')
257 if not next.has_key(thiskw):
258 thiskw = ''
260 if thiskw in ('def', 'class'):
269 thiskw = ''
288 if thiskw == 'end':
293 elif not thiskw or thiskw in start:
306 if thiskw and thiskw not in start:
    [all...]

Completed in 48 milliseconds