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

12 lines
188 B
Plaintext

/**
* @name Source links of callables
* @kind source-link
* @id py/function-source-links
* @metricType callable
*/
import python
from Function f
select f, f.getLocation().getFile()