| Server IP : 35.236.43.222 / Your IP : 216.73.216.143 Web Server : Apache System : Linux order-form-vm-001 5.10.0-37-cloud-amd64 #1 SMP Debian 5.10.247-1 (2025-12-11) x86_64 User : deploy ( 1002) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/apt/__pycache__/ |
Upload File : |
a
�?iu
� @ sN d Z ddlmZ ddlmZ ddlZddlZddlmZ G dd� dej �Z dS )z"Classes related to cdrom handling.� )�print_function)�OptionalN)�
CdromProgressc @ s: e Zd ZdZddd�Zd
dd�Zddd �Zed
d� �ZdS )�Cdroma; Support for apt-cdrom like features.
This class has several optional parameters for initialisation, which may
be used to influence the behaviour of the object:
The optional parameter `progress` is a CdromProgress() subclass, which will
ask for the correct cdrom, etc. If not specified or None, a CdromProgress()
object will be used.
The optional parameter `mountpoint` may be used to specify an alternative
mountpoint.
If the optional parameter `nomount` is True, the cdroms will not be
mounted. This is the default behaviour.
NTc C s` t j�| � |d u rt� | _n|| _|d ur:t j�d|� |rNt j�dd� nt j�dd� d S )NzAcquire::cdrom::mountzAPT::CDROM::NoMount�trueZfalse)�apt_pkgr �__init__r � _progress�config�set)�self�progressZ
mountpointZnomount� r �+/usr/lib/python3/dist-packages/apt/cdrom.pyr 1 s
zCdrom.__init__c C s t j�| |p| j�S )zAdd cdrom to the sources.list.)r r �addr �r r
r r r r A s z Cdrom.addc C s t j�| |p| j�S )zIdentify the cdrom.)r r �identr r r r r r F s zCdrom.identc C s� | � � }|du rdS t�tj�d�d �}|�tj�d�� |D ]`}t|��D}|D ].}|�� � d�sR||v rR W d � dS qRW d � q@1 s�0 Y q@dS )z:Check if the cdrom is already in the current sources.list.NFzDir::Etc::sourceparts�*zDir::Etc::sourcelist�#T)
r �globr r
Zfind_dir�appendZ find_file�open�lstrip�
startswith)r Zcd_id�src�fnameZfobj�liner r r �in_sources_listK s
6zCdrom.in_sources_list)NNT)N)N) �__name__�
__module__�__qualname__�__doc__r r r �propertyr r r r r r s
r )
r! Z
__future__r �typingr r r Zapt.progress.baser r r r r r �<module> s