rules_python
0.35.0
  • Python Rules for Bazel
  • Getting started
  • Using dependencies from PyPI
  • Configuring Python toolchains and runtimes
  • Pip Integration
  • Setting up coverage
  • Precompiling
  • Gazelle plugin
  • Contributing
  • Support Policy
  • Changelog
  • API Reference
    • //python/cc
    • //python/cc:py_cc_toolchain.bzl
    • //python/cc:py_cc_toolchain_info.bzl
    • //python/config_settings
    • //python:defs.bzl
    • //python/entry_points:py_console_script_binary.bzl
    • //python/extensions:pip.bzl
    • //python/extensions:python.bzl
    • //python
    • //python:packaging.bzl
    • //python:pip.bzl
    • //python/private/common:py_binary_rule_bazel.bzl
    • //python/private/common:py_library_rule_bazel.bzl
    • //python/private/common:py_runtime_rule.bzl
    • //python/private/common:py_test_rule_bazel.bzl
    • //python:py_binary.bzl
    • //python:py_cc_link_params_info.bzl
      • PyCcLinkParamsInfo
        • <init>
        • cc_info
    • //python:py_library.bzl
    • //python:py_runtime.bzl
    • //python:py_runtime_info.bzl
    • //python:py_runtime_pair.bzl
    • //python:py_test.bzl
    • //python/runtime_env_toolchain
    • //tools/precompiler
  • Environment Variables
  • Glossary
  • Index
rules_python
  • API Reference
  • //python:py_cc_link_params_info.bzl
  • Edit on GitHub

//python:py_cc_link_params_info.bzl

Public entry point for PyCcLinkParamsInfo.

provider PyCcLinkParamsInfo

Python-wrapper to forward CcInfo.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 only CcInfo.linking_context set.

Previous Next

© Copyright 2023, The Bazel Authors. Revision 425dfb0b225e4037978b32707534095daa6205dc.

Built with Sphinx using a theme provided by Read the Docs.