이 값은 다음과 같은 두 가지 목적이 있습니다.
- 이것은 함수가
- 대상에 있는 제공업체 인스턴스에 액세스하는 키입니다.
DataInfo = provider() def _rule_impl(ctx) ... ctx.attr.dep[DataInfo]
Provider
를 만듭니다.
DataInfo = provider() def _rule_impl(ctx) ... ctx.attr.dep[DataInfo]
Provider
를 만듭니다.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-10-21 UTC.