mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Python: Add support for bound-methods.
This commit is contained in:
@@ -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, _)
|
||||
|
||||
Reference in New Issue
Block a user