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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 410 nl_pos = pos + len(comment_token)
413 yield (NL, line[nl_pos:],
414 (lnum, nl_pos), (lnum, len(line)), line)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 334 nl_pos = pos + len(comment_token)
337 yield (NL, line[nl_pos:],
338 (lnum, nl_pos), (lnum, len(line)), line)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 410 nl_pos = pos + len(comment_token)
413 yield (NL, line[nl_pos:],
414 (lnum, nl_pos), (lnum, len(line)), line)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 334 nl_pos = pos + len(comment_token)
337 yield (NL, line[nl_pos:],
338 (lnum, nl_pos), (lnum, len(line)), line)

Completed in 43 milliseconds