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

13 lines
183 B
Plaintext

/**
* @name Extents of callables
* @kind extent
* @id py/function-extents
* @metricType callable
*/
import python
import Extents
from RangeFunction f
select f.getLocation(), f