API Reference
GDALUseExceptions
gdal_use_exceptions()
Bases: object
object
Context manager that enables GDAL exceptions and restores state after.
Decorator that enables GDAL exceptions and restores state after.
func (callable) – function to call with GDAL exceptions enabled
Wrapper function that calls func with GDAL exceptions enabled
func