Files @ 3b2255e3576d
Branch filter:

Location: light9/stubs/rx/internal/utils.pyi

Drew Perttula
big stubgen run for PIL, moviepy, rx
Ignore-this: 349c755d8d70fdd1ff5711bde41f1dcb
# Stubs for rx.internal.utils (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from .exceptions import DisposedException
from typing import Any

def add_ref(xs: Any, r: Any): ...
def adapt_call(func: Any): ...
def check_disposed(this: Any) -> None: ...
def is_future(p: Any): ...

class TimeInterval:
    value: Any = ...
    interval: Any = ...
    def __init__(self, value: Any, interval: Any) -> None: ...

class Timestamp:
    value: Any = ...
    timestamp: Any = ...
    def __init__(self, value: Any, timestamp: Any) -> None: ...