(self)
| 163 | self.line_number = line_number |
| 164 | |
| 165 | def __repr__(self): |
| 166 | return f"<Variable token={self.token} points_to={repr(self.points_to)}" |
| 167 | |
| 168 | def to_string(self): |
| 169 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected