Server IP : 184.107.3.203 / Your IP : 216.73.216.51 Web Server : Apache System : Linux dedicated2.avenfashion.com.ph 4.18.0-553.40.1.el8_10.x86_64 #1 SMP Mon Feb 10 12:11:18 EST 2025 x86_64 User : adminteladeoro ( 1015) PHP Version : 8.2.28 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/lib/python3.6/site-packages/sos/cleaner/archives/__pycache__/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
3 ~ �g7 � @ s` d dl Z d dlZd dlmZ G dd� de�ZG dd� de�ZG dd� de�ZG d d � d e�ZdS )� N)�SoSObfuscationArchivec @ s$ e Zd ZdZdZdZedd� �ZdS )�SoSReportArchivez�This is the class representing an sos report, or in other words the type the archive the SoS project natively generates Zreportzsos report archivec C s, yt j|�od|kS tk r& dS X d S )Nz sosreport-F)�tarfile� is_tarfile� Exception)�cls�arc_path� r �/usr/lib/python3.6/sos.py� check_is_type s zSoSReportArchive.check_is_typeN)�__name__� __module__�__qualname__�__doc__� type_name�description�classmethodr r r r r r s r c @ s$ e Zd ZdZdZdZedd� �ZdS )�SoSReportDirectoryz�This is the archive class representing a build directory, or in other words what `sos report --clean` will end up using for in-line obfuscation Z report_dirzsos report directoryc C s t jj|�rdt j|�kS dS )NZsos_logsF)�os�path�isdir�listdir)r r r r r r ) s z SoSReportDirectory.check_is_typeN)r r r r r r r r r r r r r ! s r c @ s0 e Zd ZdZdZdZdZedd� �Zdd� Z d S ) �SoSCollectorArchivez�Archive class representing the tarball created by ``sos collect``. It will not provide prep files on its own, however it will provide a list of SoSReportArchive's which will then be used to prep the parsers Zcollectzsos collect tarballTc C s, yt j|�od|kS tk r& dS X d S )Nzsos-collectF)r r r )r r r r r r : s z!SoSCollectorArchive.check_is_typec C s` | j dd� | j}g }xDtj|�D ]6}tjj||�}d|kr"tj|�r"|jt || j �� q"W |S )NT)�quietz sosreport-)�extractZextracted_pathr r r �joinr r �appendr Ztmpdir)�self�_pathZarchives�fnameZarc_namer r r �get_nested_archivesA s z'SoSCollectorArchive.get_nested_archivesN) r r r r r r Z is_nestedr r r r r r r r 0 s r c @ s$ e Zd ZdZdZdZedd� �ZdS )�SoSCollectorDirectoryz{The archive class representing the temp directory used by ``sos collect`` when ``--clean`` is used during runtime. Zcollect_dirzsos collect directoryc C s0 t jj|�r,xt j|�D ]}d|krdS qW dS )Nzsos-collector-TF)r r r r )r r r r r r r T s z#SoSCollectorDirectory.check_is_typeN)r r r r r r r r r r r r r! L s r! )r r Zsos.cleaner.archivesr r r r r! r r r r �<module> s