//python:py_cc_link_params_info.bzl

Public entry point for PyCcLinkParamsInfo.

providerPyCcLinkParamsInfo

Python-wrapper to forwardCcInfo.linking_context. This is to allow Python targets to propagate C++ linking information, but without the Python target appearing to be a valid C++ rule dependency

PyCcLinkParamsInfo.<init>(cc_info)
PyCcLinkParamsInfo.cc_info:CcInfo

Linking information; it has onlyCcInfo.linking_context set.