Files
2018-11-19 15:15:54 +00:00

8 lines
165 B
Plaintext

import python
from Class cls, Location l
where l = cls.getLocation()
select cls.getName(), l.getStartLine(), l.getStartColumn(), l.getEndLine(), l.getEndColumn()