mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Python: Allow points-to extensions to specify just the object, and infer the class. Allows points-to extensions to more easily compatible across versions.
This commit is contained in:
@@ -5,10 +5,13 @@ one
|
||||
two
|
||||
|
||||
#Make sure values exist in DB
|
||||
1,2,3,4
|
||||
1,2,3,4,5,6
|
||||
|
||||
a3 = ().three
|
||||
a4 = False.four
|
||||
|
||||
a3
|
||||
a4
|
||||
|
||||
five
|
||||
six
|
||||
|
||||
Reference in New Issue
Block a user