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:
Mark Shannon
2019-03-14 11:55:19 +00:00
parent 13c6f55a2e
commit 7213b72b9b
5 changed files with 40 additions and 2 deletions

View File

@@ -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