File: //opt/osm/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/wheel.cpython-310.pyc
o
5ih � @ s^ d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlm
Z
ddlmZ G dd� d�Zd S )
z`Represents a wheel file and provides access to the various parts of the
name that have meaning.
� )�annotations)�Iterable)�Tag)�InvalidWheelFilename)�parse_wheel_filenamec @ sB e Zd ZdZddd�Zdd d
�Zddd�Zddd�Zddd�ZdS )�WheelzA wheel file�filename�str�return�Nonec
C s\ || _ zt|�}W n ty } zt|jd �d �d }~ww |\| _}| _| _t|�| _ d S )Nr )
r r �_PackagingInvalidWheelFilenamer �args�name� build_tag� file_tagsr �version)�selfr �
wheel_info�e�_version� r �H/opt/osm/venv/lib/python3.10/site-packages/pip/_internal/models/wheel.py�__init__ s ��zWheel.__init__� list[str]c C s t dd� | jD ��S )z4Return the wheel's tags as a sorted list of strings.c s s � | ]}t |�V qd S �N)r ��.0�tagr r r � <genexpr>"