HEX
Server: Apache
System: Linux zacp120.webway.host 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User: govancoz (1003)
PHP: 8.3.26
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: //lib/python3.6/site-packages/sos/cleaner/archives/__pycache__/sos.cpython-36.pyc
3

\��h��@s`ddlZddlZddlmZGdd�de�ZGdd�de�ZGdd�de�ZGd	d
�d
e�ZdS)�N)�SoSObfuscationArchivec@s$eZdZdZdZdZedd��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 archivecCs,ytj|�od|kStk
r&dSXdS)Nz
sosreport-F)�tarfile�
is_tarfile�	Exception)�cls�arc_path�r	�/usr/lib/python3.6/sos.py�
check_is_typeszSoSReportArchive.check_is_typeN)�__name__�
__module__�__qualname__�__doc__�	type_name�description�classmethodrr	r	r	r
rsrc@s$eZdZdZdZdZedd��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 directorycCstjj|�rdtj|�kSdS)NZsos_logsF)�os�path�isdir�listdir)rrr	r	r
r)sz SoSReportDirectory.check_is_typeN)rr
rrrrrrr	r	r	r
r!src@s0eZdZdZdZdZdZedd��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 tarballTcCs,ytj|�od|kStk
r&dSXdS)Nzsos-collectF)rrr)rrr	r	r
r:sz!SoSCollectorArchive.check_is_typecCsd|jdd�|j}g}xHtj|�D]:}tjj||�}d|kr"tj|�r"|jt	||j
|j��q"W|S)NT)�quietz
sosreport-)�extractZextracted_pathrrr�joinrr�appendrZtmpdirZkeep_binary_files)�self�_pathZarchives�fnameZarc_namer	r	r
�get_nested_archivesAsz'SoSCollectorArchive.get_nested_archivesN)
rr
rrrrZ	is_nestedrrr r	r	r	r
r0src@s$eZdZdZdZdZedd��ZdS)�SoSCollectorDirectoryz{The archive class representing the temp directory used by ``sos
    collect`` when ``--clean`` is used during runtime.
    Zcollect_dirzsos collect directorycCs0tjj|�r,xtj|�D]}d|krdSqWdS)Nzsos-collector-TF)rrrr)rrrr	r	r
rUs
z#SoSCollectorDirectory.check_is_typeN)rr
rrrrrrr	r	r	r
r!Msr!)rrZsos.cleaner.archivesrrrrr!r	r	r	r
�<module>s