{ } Raw JSON

bundles / traitlets latest / traitlets / config / loader / JSONFileConfigLoader / __exit__

function

traitlets.config.loader:JSONFileConfigLoader.__exit__

source: /traitlets/config/loader.py :595

Signature

def   __exit__ ( self exc_type : object exc_value : object traceback : object )  →  None

Summary

Exit the context manager but do not handle any errors.

Extended Summary

In case of any error, we do not want to write the potentially broken configuration to disk.

Aliases

  • traitlets.config.JSONFileConfigLoader.__exit__