//python:features.bzl
Allows detecting of rules_python features that aren’t easily detected.
- typedef features
Information about features rules_python has implemented.
- features.precompile: bool
True if the precompile attributes are available.
Added in version 0.33.0.
- features.py_info_site_packages_symlinks
True if the
PyInfo.site_packages_symlinksfield is available.Added in version 1.4.0.