mirror of
https://github.com/github/codeql.git
synced 2025-12-31 16:16:34 +01:00
12 lines
179 B
Plaintext
12 lines
179 B
Plaintext
/**
|
|
* @name Display strings of classes
|
|
* @kind display-string
|
|
* @id py/lgtm/class-display-strings
|
|
* @metricType reftype
|
|
*/
|
|
|
|
import python
|
|
|
|
from Class c
|
|
select c, c.getName()
|