
    wBf                     ~    d Z ddlmZ ddlmZmZmZ ddlmZ ddl	m
Z
  ee      Z edd	       G d
 de             Zy)a  Implements object describing a symbolic link from the base environment to a private environment.

Since private environments are an unrealized feature of conda and has been deprecated this data
model no longer serves a purpose and has also been deprecated.
    )	getLogger   )Entity	EnumFieldStringField)
deprecated   )LeasedPathTypez24.3z24.9c                   f    e Zd ZdZ e       Z e       Z e       Z e       Z e       Z	 e
e      Zy)LeasedPathEntryae  
    _path: short path for the leased path, using forward slashes
    target_path: the full path to the executable in the private env
    target_prefix: the full path to the private environment
    leased_path: the full path for the lease in the root prefix
    package_name: the package holding the lease
    leased_path_type: application_entry_point

    N)__name__
__module____qualname____doc__r   _pathtarget_pathtarget_prefixleased_pathpackage_namer   r
   leased_path_type     >lib/python3.12/site-packages/conda/models/leased_path_entry.pyr   r      s7     ME-KMM-K=L 0r   r   N)r   loggingr   auxlib.entityr   r   r   deprecationsr   enumsr
   r   logr   r   r   r   <module>r      sG     : : % ! FF1f 1 1r   