def traceback_3(self):
index = self.tb_preparation()
print('Traceback (most recent call last):')
traceback.print_stack(limit=-index)
sys.tracebacklimit = None
##############################################################################
# TypeError session.
##############################################################################
# ??????
# The argument(s) must be (a) number(s).
评论列表
文章目录