XylotrechusZ
U
��.eh � @ s, d dl mZ d dlmZ G dd� de�ZdS )� )�
pkg_resources)�AbstractDistributionc @ s e Zd ZdZdd� Zdd� ZdS )�WheelDistributionzqRepresents a wheel distribution.
This does not need any preparation as wheels can be directly unpacked.
c C s t t�| jj��d S )Nr )�listr �find_distributionsZreqZ
source_dir)�self� r �E/usr/lib/python3.8/site-packages/pip/_internal/distributions/wheel.py�get_pkg_resources_distribution s
��z0WheelDistribution.get_pkg_resources_distributionc C s d S )Nr )r �finderZbuild_isolationr r r �prepare_distribution_metadata s z/WheelDistribution.prepare_distribution_metadataN)�__name__�
__module__�__qualname__�__doc__r
r r r r r r s r N)Zpip._vendorr Z pip._internal.distributions.baser r r r r r �<module> s