Files
codeql/python/ql/test/experimental/dataflow/import-helper
Taus Brock-Nannestad d46453caaa Python: Support named imports as attribute reads
Required a small change in `DataFlow::importModule` to get the desired
behaviour (cf. the type trackers defined in `moduleattr.ql`, but this
should be harmless. The node that is added doesn't have any flow
anywhere.
2020-10-08 18:08:55 +02:00
..

Small tests that explore difference between import mypkg.foo and from mypkg import foo.