mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Add numpy reference
This commit is contained in:
@@ -16,7 +16,7 @@ private import semmle.python.ApiGraphs
|
||||
private module Numpy {
|
||||
/**
|
||||
* A call to `numpy.load`
|
||||
* See https://pypi.org/project/numpy/
|
||||
* See https://numpy.org/doc/stable/reference/generated/numpy.load.html
|
||||
*/
|
||||
private class NumpyLoadCall extends Decoding::Range, API::CallNode {
|
||||
NumpyLoadCall() { this = API::moduleImport("numpy").getMember("load").getACall() }
|
||||
|
||||
Reference in New Issue
Block a user