mirror of
https://github.com/github/codeql.git
synced 2026-01-19 09:24:46 +01: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()
|