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

  /external/python/cpython2/Tools/scripts/
pindent.py 239 currentws = thisid = firstkw = lastkw = topid = ''
272 if topid:
274 firstkw, topid)
281 currentws, firstkw, lastkw, topid = stack.pop()
291 if topid:
293 firstkw, topid)
298 firstkw = lastkw = topid = ''
302 stack.append((currentws, firstkw, lastkw, topid))
307 currentws, firstkw, lastkw, topid = \
313 topid = thisi
    [all...]
  /external/python/cpython3/Tools/scripts/
pindent.py 237 currentws = thisid = firstkw = lastkw = topid = ''
270 if topid:
272 firstkw, topid)
279 currentws, firstkw, lastkw, topid = stack.pop()
289 if topid:
291 firstkw, topid)
296 firstkw = lastkw = topid = ''
300 stack.append((currentws, firstkw, lastkw, topid))
305 currentws, firstkw, lastkw, topid = \
311 topid = thisi
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
pindent.py 241 current, firstkw, lastkw, topid = 0, '', '', ''
275 if topid:
277 firstkw, topid)
284 current, firstkw, lastkw, topid = stack[-1]
294 if topid:
296 firstkw, topid)
301 firstkw = lastkw = topid = ''
305 stack.append((current, firstkw, lastkw, topid))
310 current, firstkw, lastkw, topid = \
316 topid = thisid
    [all...]

Completed in 75 milliseconds