File: //usr/lib/python3/dist-packages/sos/cleaner/archives/__pycache__/insights.cpython-310.pyc
o
���b � @ s( d dl mZ d dlZG dd� de�ZdS )� )�SoSObfuscationArchiveNc @ s8 e Zd ZdZdZdZdddd�Zedd� �Zd d
� Z dS )�InsightsArchivezbThis class represents archives generated by the insights-client utility
for RHEL systems.
�insightszinsights-client archivez"data/insights_commands/hostname_-fzdata/insights_commands/ip_addr)�hostname�ip�macc C s* z
t �|�o d|v W S ty Y dS w )Nz insights-F)�tarfile�
is_tarfile� Exception)�cls�arc_path� r
�?/usr/lib/python3/dist-packages/sos/cleaner/archives/insights.py�
check_is_type s
�zInsightsArchive.check_is_typec C s4 | j �d�d �d�d }| jjjdkrd| }|S )N�/���z.tarr �.z./)�archive_path�split�tarobj�firstmember�name)�self�topr
r
r �get_archive_root&