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 d5f0446 commit a5b11e8Copy full SHA for a5b11e8
python/ql/lib/semmle/python/frameworks/data/ModelsAsData.qll
@@ -5,7 +5,8 @@
5
* - Use the `ModelInput` module to contribute new models.
6
* - Use the `ModelOutput` module to access the model results in terms of API nodes.
7
*
8
- * The package name refers to a Pip package name.
+ * The package name refers to the top-level module the import comes from, and not a PyPI package.
9
+ * So for `from foo.bar import baz`, the package will be `foo`.
10
*/
11
12
private import python
0 commit comments