mirror of
https://github.com/github/codeql.git
synced 2026-01-30 06:42:57 +01:00
13 lines
174 B
Plaintext
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
|