Python: Add support for bound-methods.

This commit is contained in:
Mark Shannon
2019-03-20 16:45:05 +00:00
parent bf692f4aad
commit 39b9723054
14 changed files with 882 additions and 284 deletions

View File

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