mirror of
https://github.com/github/codeql.git
synced 2026-03-04 22:56:47 +01:00
11 lines
606 B
Plaintext
11 lines
606 B
Plaintext
| standard/python/attribute | Module a | Class B | Attribute |
|
|
| standard/python/attribute | Module b | Class C | Attribute |
|
|
| standard/python/import | Module a | Module b | Import |
|
|
| standard/python/import | Module b | Module c | Import |
|
|
| standard/python/import | Module c | Module b | Import |
|
|
| standard/python/inheritance | Class A | Class B | ClassExpr |
|
|
| standard/python/inheritance | Class A | Class C | ClassExpr |
|
|
| standard/python/inheritance | Class B | Class C | ClassExpr |
|
|
| standard/python/use | Module a | Class B | Attribute |
|
|
| standard/python/use | Module b | Class C | Attribute |
|