8000
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 a1cd73f commit dddadbeCopy full SHA for dddadbe
doc/source/dotnet.rst
@@ -17,7 +17,7 @@ to:
17
18
- Reference ``Python.Runtime.dll`` (e.g. via a ``PackageReference``)
19
- Call ``PythonEngine.Initialize()`` to initialize Python
20
-- Call ``PythonEngine.ImportModule(name)`` to import a module
+- Call ``var mod = PyModule.Import(name)`` to import a module as ``mod``
21
22
The module you import can either start working with your managed app
23
environment at the time its imported, or you can explicitly lookup and
0 commit comments