mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
|
|
import python
|
|
import semmle.python.pointsto.Base
|
|
|
|
from ClassObject cls, string name
|
|
where class_declares_attribute(cls, name)
|
|
select cls.getPyClass().toString(), name
|