Searched refs:Attribute (Results 1 – 3 of 3) sorted by relevance
70 func prettyPrintAttribute(v bazel.Attribute, indent int) (string, error) { argument
443 if attr, ok := propertyValue.Interface().(bazel.Attribute); ok {
226 type Attribute interface { interface