We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1caa75 commit 56d99fbCopy full SHA for 56d99fb
python/ql/lib/semmle/python/frameworks/Numpy.qll
@@ -16,7 +16,7 @@ private import semmle.python.ApiGraphs
16
private module Numpy {
17
/**
18
* A call to `numpy.load`
19
- * See https://pypi.org/project/numpy/
+ * See https://numpy.org/doc/stable/reference/generated/numpy.load.html
20
*/
21
private class NumpyLoadCall extends Decoding::Range, API::CallNode {
22
NumpyLoadCall() { this = API::moduleImport("numpy").getMember("load").getACall() }
0 commit comments