Searched refs:srow_scol (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ |
D | tokenize.py | 150 def printtoken(type, token, srow_scol, erow_ecol, line): # for testing argument 151 srow, scol = srow_scol
|
D | inspect.py | 640 def tokeneater(self, type, token, srow_scol, erow_ecol, line): argument 641 srow, scol = srow_scol
|