Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdddadbe

Browse files
authored
Adjust docs for importing
1 parenta1cd73f commitdddadbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/source/dotnet.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ to:
1717

1818
- Reference ``Python.Runtime.dll`` (e.g. via a ``PackageReference``)
1919
- Call ``PythonEngine.Initialize()`` to initialize Python
20-
- Call ``PythonEngine.ImportModule(name)`` to import a module
20+
- Call ``var mod = PyModule.Import(name)`` to import a module as ``mod``
2121

2222
The module you import can either start working with your managed app
2323
environment at the time its imported, or you can explicitly lookup and

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp