//python:features.bzl
Allows detecting of rules_python features that aren’t easily detected.
- typedeffeatures
Information about features rules_python has implemented.
- features.headers_abi3:bool
True if the
@rules_python//python/cc:current_py_cc_headers_abi3target is available.Added in version 1.7.0.
- features.py_info_venv_symlinks
True if the
PyInfo.venv_symlinksfield is available.Added in version 1.5.0.