Searched refs:PrintDict (Results 1 – 3 of 3) sorted by relevance
146 return PrintDict(formattedValueDict, indentLevel)156 return PrintDict(formattedValueDict, indentLevel)166 return PrintDict(valDict, indentLevel)176 return PrintDict(valDict, indentLevel)181 func PrintDict(dict map[string]string, indentLevel int) string { func
145 out := PrintDict(in, indentLevel)165 out := PrintDict(in, indentLevel)
503 return starlark_fmt.PrintDict(structProps, indent), nil