1 2 3 4 5 6 7
import typing class PollHook(object): def next(self) -> typing.Optional[float]: return None def call(self): return None