摘要:
python标准异常 异常名称 描述 BaseException 所有异常的基类 SystemExit 解释器请求退出 KeyboardInterrupt 用户中断执行(通常是输入^C) Exception 常规错误的基类 StopIteration 迭代器没有更多的值 GeneratorExit 阅读全文
posted @ 2016-04-28 17:19 琪齐 阅读(248) 评论(0) 推荐(0)
|
||
|
摘要:
python标准异常 异常名称 描述 BaseException 所有异常的基类 SystemExit 解释器请求退出 KeyboardInterrupt 用户中断执行(通常是输入^C) Exception 常规错误的基类 StopIteration 迭代器没有更多的值 GeneratorExit 阅读全文
posted @ 2016-04-28 17:19 琪齐 阅读(248) 评论(0) 推荐(0) |
||