//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_venv_symlinks
True if the
PyInfo.venv_symlinksfield is available.Added in version 1.5.0.