Class AlertBundle
from egui.commonmark import AlertBundleclass AlertBundle:from egui.commonmark import AlertBundleclass AlertBundle:@staticmethod
def empty() -> AlertBundle§@staticmethod
def from_alerts(alerts: Sequence[Alert]) -> AlertBundle§@staticmethod
def gfm() -> AlertBundle§def into_alerts(self, /) -> list[Alert]§def is_empty(self, /) -> bool§