def __init__(self, response, verbose)
函数功能
Result对象初始化。
函数原型
def __init__(self, response, verbose)
参数说明
参数名 |
参数类型 |
输入/输出 |
说明 |
---|---|---|---|
response |
JSON对象 |
输入 |
编码后的JSON字符串,JSON对象字符串的大小不能超过10M。 |
verbose |
bool |
输入 |
是否打印详细日志。 |
返回值
无
父主题: class Result