mirror of
https://github.com/github/codeql.git
synced 2026-03-28 02:08:17 +01:00
11 lines
178 B
Plaintext
11 lines
178 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()
|