Files @ 4ce991cdacdb
Branch filter:

Location: light9/stubs/louie/signal.pyi

Drew Perttula
more stubs
Ignore-this: adf95b608f6791c2d7128c0f8cf661f8
# Stubs for louie.signal (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from typing import Any

class _SIGNAL(type): ...

class Signal:
    __metaclass__: Any = ...

class All(Signal): ...