mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
Python: do not stake out too much territory
This commit is contained in:
@@ -32,6 +32,6 @@ try:
|
||||
# ignored.
|
||||
import mypkg
|
||||
mypkg.foo(42) # $ call=mypkg.foo(..) qlclass=NormalCall
|
||||
mypkg.subpkg.bar(43) # $ call=mypkg.subpkg.bar(..) qlclass=NormalCall
|
||||
mypkg.subpkg.bar(43) # $ call=mypkg.subpkg.bar(..) qlclass=LibraryCall arg_0=43
|
||||
except:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user