Files
codeql/python/ql/lib/semmle/python/pointsto/Context.qll
Andrew Eisenberg 3660c64328 Packaging: Rafactor Python core libraries
Extract the external facing `qll` files into the codeql/python-all
query pack.
2021-08-24 13:23:45 -07:00

5 lines
102 B
Plaintext

import python
private import semmle.python.pointsto.PointsToContext
class Context = PointsToContext;