# Stubs for rx.joins.pattern (Python 3) # # NOTE: This dynamically typed stub was automatically generated by stubgen. from .plan import Plan from typing import Any class Pattern: patterns: Any = ... def __init__(self, patterns: Any) -> None: ... def and_(self, other: Any): ... def __and__(self, other: Any): ... def then_do(self, selector: Any): ...