using System;namespace Python.Runtime.StateSerialization;// Workaround for the lack of required properties: https://github.com/dotnet/csharplang/issues/3630// Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.#pragma warning disable CS8618[Serializable]internal class PythonNetState{public MetatypeState Metatype { get; init; }public SharedObjectsState SharedObjects { get; init; }public TypeManagerState Types { get; init; }public ClassManagerState Classes { get; init; }public ImportHookState ImportHookState { get; init; }}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。