Skip to content

Commit 3590c29

Browse files
committed
don't expose Runtime.InspectModule
1 parent 00e5ddb commit 3590c29

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
private static Lazy<PyObject> inspect;
518-
public static PyObject InspectModule => inspect.Value;
518+
internal static PyObject InspectModule => inspect.Value;
519519

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

0 commit comments

Comments
 (0)