Files
codeql/python/ql/test/experimental/library-tests/CallGraph-implicit-init/foo/bar/a.py
2020-09-25 11:48:38 +02:00

5 lines
61 B
Python

# name:afunc
def afunc():
print("afunc called")
return 1