码迷,mamicode.com
首页 > 编程语言 > 详细

Python3调试过程中的异常汇总

时间:2018-06-17 10:54:57      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:alt   style   one   error:   turn   return   调试   code   python3   

持续更新中...

IndentationError: unexpected indent

===>检查一下缩进,可以借用yapf或者pycodestyle来帮忙

可以参考这篇文章的末尾:https://www.cnblogs.com/dotnetcrazy/p/9095793.html

TypeError: str returned non-string (type NoneType)

==> def str(self) 里面没有return返回值
技术分享图片

Python3调试过程中的异常汇总

标签:alt   style   one   error:   turn   return   调试   code   python3   

原文地址:https://www.cnblogs.com/dotnetcrazy/p/9192089.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!