Searched refs:TSPostStepFunction (Results 1 – 3 of 3) sorted by relevance
76 cdef TSPostStepFunction
2410 poststep: TSPostStepFunction | None,2441 … def getPostStep(self) -> tuple[TSPostStepFunction, tuple[Any, ...] | None, dict[str, Any] | None]:
381 TSPostStepFunction = Callable[[TS], None] variable