Searched refs:starlarkAttrType (Results 1 – 1 of 1) sorted by relevance
131 starlarkAttrType string member144 if _, ok := allowedPropTypes[p.starlarkAttrType]; !ok {153 return fmt.Sprintf(attributeIndent+"%q: attr.%s(),\n", p.name, p.starlarkAttrType)174 starlarkAttrType := fmt.Sprintf("%s", t.Name())181 starlarkAttrType = "int"187 starlarkAttrType = "string_list"200 starlarkAttrType: starlarkAttrType,