trasmapy._Query

Module Contents

Classes

Query

class trasmapy._Query.Query(queryFunc: Callable, tickInterval: int = 1)
tick() bool

Ticks the counter. Returns True if it is time to call the query.

__call__(*args: Any, **kwds: Any) Any