config_context¶
- asdf.config.config_context()[source]¶
Context manager that temporarily overrides asdf configuration. The context yields an
asdf.config.AsdfConfiginstance that can be modified without affecting code outside of the context.
Context manager that temporarily overrides asdf configuration.
The context yields an asdf.config.AsdfConfig instance that can be modified
without affecting code outside of the context.