🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 15:37:56 | PHP 8.2.32
📂
/ (Root)
/
opt
/
alt
/
python38
/
lib
/
python3.8
/
site-packages
/
reactivex
/
disposable
/
__pycache__
📍 /opt/alt/python38/lib/python3.8/site-packages/reactivex/disposable/__pycache__
🔄 Refresh
✏️
Editing: singleassignmentdisposable.cpython-38.pyc
Read Only
U v�i; � @ s8 d dl mZ d dlmZ d dlmZ G dd� de�ZdS )� )�RLock)�Optional)�DisposableBasec s` e Zd ZdZdd�� fdd�Zee d�dd�Zedd�d d �Ze ee�Z dd�dd�Z� ZS ) �SingleAssignmentDisposablea& Single assignment disposable. Represents a disposable resource which only allows a single assignment of its underlying disposable resource. If an underlying disposable resource has already been set, future attempts to set the underlying disposable resource will throw an Error.N)�returnc s"