Python: Apply suggestions from code review

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
Taus
2021-07-20 15:19:45 +02:00
committed by GitHub
parent c3789811c8
commit e53b86fbbc
2 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,8 @@ from unknown import * #$ use=moduleImport("unknown")
# going into it from its corresponding `GlobalSsaVariable`.
hello() #$ MISSING: use=moduleImport("unknown").getMember("hello").getReturn()
# We don't want our analysis to think that either `non_module_member` or `outer_bar` can
# come from `from unknown import *`
non_module_member
outer_bar = 5