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

  /external/python/cpython2/Tools/scripts/
pindent.py 239 currentws = thisid = firstkw = lastkw = topid = ''
271 if firstkw:
274 firstkw, topid)
276 s = '# end %s\n' % firstkw
279 firstkw = lastkw = ''
281 currentws, firstkw, lastkw, topid = stack.pop()
284 if indent == current and firstkw:
286 if endkw != firstkw:
289 firstkw = lastkw = ''
293 firstkw, topid
    [all...]
  /external/python/cpython3/Tools/scripts/
pindent.py 237 currentws = thisid = firstkw = lastkw = topid = ''
269 if firstkw:
272 firstkw, topid)
274 s = '# end %s\n' % firstkw
277 firstkw = lastkw = ''
279 currentws, firstkw, lastkw, topid = stack.pop()
282 if indent == current and firstkw:
284 if endkw != firstkw:
287 firstkw = lastkw = ''
291 firstkw, topid
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
pindent.py 241 current, firstkw, lastkw, topid = 0, '', '', ''
274 if firstkw:
277 firstkw, topid)
279 s = '# end %s\n' % firstkw
282 firstkw = lastkw = ''
284 current, firstkw, lastkw, topid = stack[-1]
287 if indent == current and firstkw:
289 if endkw != firstkw:
292 firstkw = lastkw = ''
296 firstkw, topid)
    [all...]

Completed in 231 milliseconds