:py:mod:`leased_path_entry` =========================== .. py:module:: conda.models.leased_path_entry .. autoapi-nested-parse:: 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. Classes ------- .. autoapisummary:: conda.models.leased_path_entry.LeasedPathEntry .. py:class:: LeasedPathEntry(**kwargs) Bases: :py:obj:`conda.auxlib.entity.Entity` _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 .. py:attribute:: _path .. py:attribute:: target_path .. py:attribute:: target_prefix .. py:attribute:: leased_path .. py:attribute:: package_name .. py:attribute:: leased_path_type