Commit c8a7624
committed
Python: Take
However, we can see that `from <pkg> import *` and `import pkg` are
handled differently. Would have liked `has_defined_all_indirection` to
behave in the same way no matter how the import was made.__all__ into consideration for re-export of from <pkg> import *
1 parent be5812c commit c8a7624
3 files changed
Lines changed: 6 additions & 135 deletions
File tree
- python/ql
- lib/semmle/python/dataflow/new/internal
- test/experimental/import-resolution
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
| |||
0 commit comments