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

Commit2886267

Browse files
committed
Keep RunString Public
Deprecation/Removal should be a separate issue/pr
1 parentea44eef commit2886267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/runtime/pythonengine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ public static void Exec(string code, IntPtr? globals = null, IntPtr? locals = nu
432432
/// executing the code string as a PyObject instance, or null if
433433
/// an exception was raised.
434434
/// </remarks>
435-
internalstaticPyObjectRunString(
435+
publicstaticPyObjectRunString(
436436
stringcode,IntPtr?globals=null,IntPtr?locals=null,RunFlagType_flag=RunFlagType.File
437437
)
438438
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp