如何在Python中禁用断言?
也就是说,如果一个断言失败了,我不希望它抛出AssertionError,但继续前进.
AssertionError
我怎么做?
python debugging assert exception-handling environment-variables
assert ×1
debugging ×1
environment-variables ×1
exception-handling ×1
python ×1