File: timer.pyi

package info (click to toggle)
typeshed 0.0~git20221107.4f381af-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 18,036 kB
  • sloc: python: 3,216; sh: 62; makefile: 13
file content (6 lines) | stat: -rw-r--r-- 137 bytes parent folder | download
1
2
3
4
5
6
from win32.lib.pywintypes import error as error

def set_timer(Elapse, TimerFunc): ...
def kill_timer(timer_id): ...

__version__: bytes