Python3调试过程中的异常汇总
Posted dotnetcrazy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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调试过程中的异常汇总的主要内容,如果未能解决你的问题,请参考以下文章