Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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