mirror of
https://github.com/github/codeql.git
synced 2026-03-28 18:28:17 +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
|