Which boolean value returned by __exit__ suppresses an exception from the with block?

from Python
beginner 1 min

Which boolean value returned by __exit__ suppresses an exception from the with block?

Report an error