MonitorCollection Base class: _BlipValue Constructors __init__(self) __init__(self, other: MonitorCollection[T]) Copy constructor for MonitorCollection Methods active(self) -> List[RemoteMonitor] all(self) -> List[RemoteMonitor] expired(self) -> List[RemoteMonitor] fuzzyMatch(self, string: str) -> MonitorCollection[T] uncategorised(self) -> MonitorCollection[T] withCategories(self, categories: List[str]) -> MonitorCollection[T]