Files
codeql/python/ql/src/Metrics/Internal/ClassExtents.ql
2020-03-30 11:59:10 +02:00

13 lines
174 B
Plaintext

/**
* @name Extents of classes
* @kind extent
* @id py/class-extents
* @metricType reftype
*/
import python
import Extents
from RangeClass c
select c.getLocation(), c