tilus.option.debug.launch_blocking¶ static debug.launch_blocking(enabled=True)[source]¶ Whether to block the launch of the kernel until the kernel is finished. Parameters: enabled (bool) – The flag to enable or disable blocking the launch of the kernel. Default is True. Return type: None