mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
update doc to make it clear that moduleImport(..) does not refer to PyPI names
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d5f0446940
commit
a5b11e88b4
@@ -5,7 +5,8 @@
|
||||
* - Use the `ModelInput` module to contribute new models.
|
||||
* - Use the `ModelOutput` module to access the model results in terms of API nodes.
|
||||
*
|
||||
* 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.
|
||||
* So for `from foo.bar import baz`, the package will be `foo`.
|
||||
*/
|
||||
|
||||
private import python
|
||||
|
||||
Reference in New Issue
Block a user