mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
Python: Show we're able to handle example with __init__.py files
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# name:explicit_afunc
|
||||
def explicit_afunc():
|
||||
print("explicit_afunc called")
|
||||
return 1
|
||||
Reference in New Issue
Block a user