🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 18:43:40 | PHP 8.2.32
📂
/ (Root)
/
opt
/
alt
/
python38
/
lib
/
python3.8
/
site-packages
/
reactivex
/
abc
/
__pycache__
📍 /opt/alt/python38/lib/python3.8/site-packages/reactivex/abc/__pycache__
🔄 Refresh
✏️
Editing: disposable.cpython-38.pyc
Read Only
U v�i: � @ sR d dl mZ d dlmZmZ d dlmZ d dlmZm Z G dd� de�Z dgZdS )� )�annotations)�ABC�abstractmethod)� TracebackType)�Optional�Typec @ sH e Zd ZdZdZedd�dd��Zd d�dd�Zd d ddd�d d�ZdS )�DisposableBasezDisposable abstract base class.� �None)�returnc C s t �dS )zrDispose the object: stop whatever we're doing and release all of the resources we might be using. N)�NotImplementedError��selfr r �I/opt/alt/python38/lib/python3.8/site-packages/reactivex/abc/disposable.py�dispose s zDisposableBase.disposec C s | S )�Context management protocol.r r r r r � __enter__ s zDisposableBase.__enter__zOptional[Type[BaseException]]zOptional[BaseException]zOptional[TracebackType])�exctype�excinst�exctbr c C s | � � dS )r N)r )r r r r r r r �__exit__ s zDisposableBase.__exit__N) �__name__� __module__�__qualname__�__doc__� __slots__r r r r r r r r r s r N)� __future__r �abcr r �typesr �typingr r r �__all__r r r r �<module> s
💾 Save Changes
❌ Cancel