Home
last modified time | relevance | path

Searched refs:srowcol (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/
Dinspect.py1059 def tokeneater(self, type, token, srowcol, erowcol, line): argument
1079 self.last = srowcol[0]
1101 if self.body_col0 is not None and srowcol[1] >= self.body_col0:
1103 self.last = srowcol[0]