with_traceback property

Object? get with_traceback

with_traceback (getter)

python docstring

The provided source text could not be parsed correctly.

Implementation

Object? get with_traceback => getAttribute("with_traceback");
set with_traceback (Object? with_traceback)

with_traceback (setter)

python docstring

The provided source text could not be parsed correctly.

Implementation

set with_traceback(Object? with_traceback) =>
    setAttribute("with_traceback", with_traceback);