disguise developers

Python API

Execute Python code in Designer sessions to control and query projects programmatically.

MonitorCollection

Constructors

__init__(self)

__init__(self, other: MonitorCollection[Type1])

Methods

active(self) -> List[MetricMonitor]

all(self) -> List[MetricMonitor]

expired(self) -> List[MetricMonitor]

fuzzyMatch(self, string: str) -> MonitorCollection[Type1]

uncategorised(self) -> MonitorCollection[Type1]

withCategories(self, categories: List[str]) -> MonitorCollection[Type1]