MCPcopy Create free account
hub / github.com/bazelbuild/bazel / lower

Method lower

src/main/java/net/starlark/java/eval/StringModule.java:170–176  ·  view source on GitHub ↗
(String self)

Source from the content-addressed store, hash-verified

168 }
169
170 @StarlarkMethod(
171 name = "lower",
172 doc = "Returns the lower case version of this string.",
173 parameters = {@Param(name = "self")})
174 public String lower(String self) {
175 return Ascii.toLowerCase(self);
176 }
177
178 @StarlarkMethod(
179 name = "upper",

Callers 14

generateShSourceMethod · 0.80
extract_relnotesFunction · 0.80
valueMethod · 0.80
create_xml_dom_elementFunction · 0.80
parseMethod · 0.80
__init__Method · 0.80
parseMethod · 0.80
serializeMethod · 0.80

Calls

no outgoing calls