This is an old revision of the document!
Enable or disable CUBLOC-style global interrupt handling.
from cubloc import SetOnGlobal SetOnGlobal(enabled: bool)
True for On, False for Off.enabled is not a bool.from cubloc import SetOnGlobal # Example usage SetOnGlobal(True)