mirror of
https://github.com/github/codeql.git
synced 2026-03-29 11:48:16 +02:00
12 lines
179 B
Plaintext
12 lines
179 B
Plaintext
/**
|
|
* @name Source links of classes
|
|
* @kind source-link
|
|
* @id py/class-source-links
|
|
* @metricType reftype
|
|
*/
|
|
|
|
import python
|
|
|
|
from Class c
|
|
select c, c.getLocation().getFile()
|