Files
codeql/python/ql/test/library-tests/dependencies/ArchitectDependencies.expected
2018-11-19 15:15:54 +00:00

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 |