rydiqule.exceptions.set_debug_state¶ rydiqule.exceptions.set_debug_state(state: bool)[source]¶ Controls DEBUG state of rydiqule. Parameters: state (bool) – If True, full error tracebacks for RydiquleErrors will be shown. If False (default behavior), final raise statement is suppresed in the traceback.