Files
@ 3b2255e3576d
Branch filter:
Location: light9/stubs/rx/internal/exceptions.pyi - annotation
3b2255e3576d
888 B
text/plain
big stubgen run for PIL, moviepy, rx
Ignore-this: 349c755d8d70fdd1ff5711bde41f1dcb
Ignore-this: 349c755d8d70fdd1ff5711bde41f1dcb
3b2255e3576d 3b2255e3576d 3b2255e3576d 3b2255e3576d 3b2255e3576d 3b2255e3576d 3b2255e3576d 3b2255e3576d 3b2255e3576d 3b2255e3576d 3b2255e3576d 3b2255e3576d 3b2255e3576d 3b2255e3576d 3b2255e3576d 3b2255e3576d 3b2255e3576d 3b2255e3576d 3b2255e3576d 3b2255e3576d 3b2255e3576d 3b2255e3576d 3b2255e3576d 3b2255e3576d 3b2255e3576d 3b2255e3576d | # Stubs for rx.internal.exceptions (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
from typing import Any, Optional
class SequenceContainsNoElementsError(Exception):
def __init__(self, msg: Optional[Any] = ...) -> None: ...
class ArgumentOutOfRangeException(ValueError):
def __init__(self, msg: Optional[Any] = ...) -> None: ...
class DisposedException(Exception):
def __init__(self, msg: Optional[Any] = ...) -> None: ...
class ReEntracyException(Exception):
def __init__(self, msg: Optional[Any] = ...) -> None: ...
class CompletedException(Exception):
def __init__(self, msg: Optional[Any] = ...) -> None: ...
class WouldBlockException(Exception):
def __init__(self, msg: Optional[Any] = ...) -> None: ...
class InvalidOperationException(Exception):
def __init__(self, msg: Optional[Any] = ...) -> None: ...
|