view stubs/twisted/internet/tksupport.pyi @ 2224:0dd05e9d4ae7

ran into this line- maybe it is not NotImplemented after all?
author drewp@bigasterisk.com
date Tue, 23 May 2023 23:43:07 -0700
parents 4ce991cdacdb
children
line wrap: on
line source

from typing import Any

def install(root: Any, ms: int=20): ...