目录通过多构造函数实现通过默认参数选项实现通过选项模式实现总结推荐阅读熟悉 python 开发的同学都知道,Python 有默认参数的存在,使得我们在实例化一个对象的时候,可以根据需要来选择性的覆盖某些默认参数,以此
I am trying to print the stack trace of the exception. However, for negative test case, only the unexpected exception is printed.