mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
17 lines
815 B
Plaintext
17 lines
815 B
Plaintext
| attribute | a.py | 3 | Attribute | class B |
|
|
| attribute | b.py | 3 | Attribute | class C |
|
|
| import | a.py | 1 | Import | Module b |
|
|
| import | b.py | 1 | Import | Module c |
|
|
| import | c.py | 1 | Import | Module b |
|
|
| inheritance | a.py | 3 | ClassExpr | builtin-class object |
|
|
| inheritance | a.py | 3 | ClassExpr | builtin-class type |
|
|
| inheritance | a.py | 3 | ClassExpr | class B |
|
|
| inheritance | a.py | 3 | ClassExpr | class C |
|
|
| inheritance | b.py | 3 | ClassExpr | builtin-class object |
|
|
| inheritance | b.py | 3 | ClassExpr | builtin-class type |
|
|
| inheritance | b.py | 3 | ClassExpr | class C |
|
|
| inheritance | c.py | 3 | ClassExpr | builtin-class object |
|
|
| inheritance | c.py | 3 | ClassExpr | builtin-class type |
|
|
| use | a.py | 3 | Attribute | class B |
|
|
| use | b.py | 3 | Attribute | class C |
|