Searched refs:TSMonitorFunction (Results 1 – 3 of 3) sorted by relevance
72 cdef TSMonitorFunction
2169 monitor: TSMonitorFunction | None,2201 def getMonitor(self) -> list[tuple[TSMonitorFunction, tuple[Any, ...], dict[str, Any]]]:
375 TSMonitorFunction = Callable[[TS, int, float, Vec], None] variable