view stubs/greplin/scales/timer.pyi @ 2150:e13b62bfdaff

fix some warnings
author drewp@bigasterisk.com
date Wed, 17 May 2023 19:34:12 -0700
parents 0f0ff27e55a3
children
line wrap: on
line source

# Stubs for greplin.scales.timer (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from typing import Any

def RepeatTimer(interval: Any, function: Any, iterations: int = ..., *args: Any, **kwargs: Any): ...