.
(self, line: int)
| 129 | return token |
| 130 | |
| 131 | def isEmpty(self, line: int) -> bool: |
| 132 | """.""" |
| 133 | return (self.bMarks[line] + self.tShift[line]) >= self.eMarks[line] |
| 134 | |
| 135 | def skipEmptyLines(self, from_pos: int) -> int: |
| 136 | """.""" |
no outgoing calls
no test coverage detected