def __init__(self: ascendie.Status, code: int, desc: str) 函数功能用于记录parse过程中的错误码和错误信息。 函数原型__init__(self: ascendie.Status, code: int, desc: str) 参数说明 参数名 参数类型 输入/输出 说明 code int 输入 状态信息。这里的int对应C++的size_t。 desc str 输入 描述信息。 父主题: class ascendie.Status