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.
Note that this field is not currently updated if another
spec was used. If this package was not directly requested by the
user but was instead installed as a dependency of another package
None
will be returned.
Examples#
write_to_path #
Writes the contents of this instance to the file at the specified location.