PrefixRecord#
PrefixRecord #
Bases: RepoDataRecord
extracted_package_dir
property
writable
#
The path that contains the extracted package content.
Examples#
package_tarball_full_path
property
writable
#
The path to where the archive of the package was stored on disk.
Examples#
paths_data
property
writable
#
Information about how files have been linked when installing the package.
Examples#
requested_spec
property
writable
#
The spec that was used when this package was installed (deprecated). Use requested_specs instead.
Examples#
requested_specs
property
writable
#
The specs that were used when this package was installed. If this package was not directly requested by the user but was instead installed as a dependency of another package an empty list will be returned.
Examples#
write_to_path #
Writes the contents of this instance to the file at the specified location.