New in version 3.7: The built-in breakpoint() , when called with defaults, can be used instead of import pdb; pdb.set_trace() . def double(x): breakpoint() ...
確定! 回上一頁