mirror of
https://github.com/github/codeql.git
synced 2026-06-14 01:11:09 +02: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()
|