Python points-to: Fix up module attributes and classmethods.

This commit is contained in:
Mark Shannon
2019-04-08 13:08:01 +01:00
parent fc2c46fe4a
commit 662aedcb13
13 changed files with 112 additions and 94 deletions

View File

@@ -1,9 +0,0 @@
import python
private import semmle.python.objects.ObjectInternal
private import semmle.python.pointsto.PointsTo2
from ClassObjectInternal cls, ControlFlowNode f
where cls.introduced(f, _)
select cls.getName(), f

View File

@@ -1,8 +0,0 @@
class Foo(object):
pass
class Bar(object):
pass