mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Python: Show we're able to handle example with __init__.py files
This commit is contained in:
@@ -13,6 +13,10 @@ Since PEP 420 was accepted in Python 3, this test is Python 3 only.
|
||||
"""
|
||||
|
||||
from foo.bar.a import afunc
|
||||
from foo_explicit.bar.a import explicit_afunc
|
||||
|
||||
# calls:afunc
|
||||
afunc()
|
||||
|
||||
# calls:explicit_afunc
|
||||
explicit_afunc()
|
||||
|
||||
Reference in New Issue
Block a user