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

Commit3590c29

Browse files
committed
don't expose Runtime.InspectModule
1 parent00e5ddb commit3590c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/runtime/runtime.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ public static PyObject None
515515
}
516516

517517
privatestaticLazy<PyObject>inspect;
518-
publicstaticPyObjectInspectModule=>inspect.Value;
518+
internalstaticPyObjectInspectModule=>inspect.Value;
519519

520520
/// <summary>
521521
/// Check if any Python Exceptions occurred.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp