memoryscope.enumeration.store_status_enum 源代码

from enum import Enum


[文档] class StoreStatusEnum(str, Enum): VALID = "valid" EXPIRED = "expired"