view stubs/twisted/internet/tksupport.pyi @ 1923:feafbe49ca0b

type fixes Ignore-this: 7f9003a6097a2b56c6767ded3360d8ec
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 01 Jun 2019 23:45:25 +0000
parents 4ce991cdacdb
children
line wrap: on
line source

from typing import Any

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