File: //home/arjun/projects/env/lib/python3.10/site-packages/vine/__pycache__/abstract.cpython-310.pyc
o
weT � @ sL d Z ddlZddlmZ dgZG dd� deejd�ZejG dd� d��ZdS ) zAbstract classes.� N)�Callable�Thenablec @ sZ e Zd ZdZdZejddd��Zejddd��Zejd d
� �Z e
dd� �Ze
d
d� �ZdS )r z!Object that supports ``.then()``.� Nc C � t � ��N��NotImplementedError��self�
on_success�on_errorr r �F/home/arjun/projects/env/lib/python3.10/site-packages/vine/abstract.py�then
� z
Thenable.thenTc C r r r �r
�exc�tb� propagater r r
�throw r zThenable.throwc C r r r �r
r r r
�cancel r zThenable.cancelc C s$ | t u rtdd� |jD ��rdS tS )Nc s s � | ]}d |j v V qdS )r N)�__dict__)�.0�Br r r
� <genexpr> s � z,Thenable.__subclasshook__.<locals>.<genexpr>T)r �any�__mro__�NotImplemented)�cls�Cr r r
�__subclasshook__ s zThenable.__subclasshook__c C s t | ��| |� |S r )�type�register)r �otherr r r
r"