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

Method iterator

src/main/java/net/starlark/java/eval/Dict.java:213–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211 }
212
213 @Override
214 public Iterator<K> iterator() {
215 return keySet().iterator();
216 }
217
218 @StarlarkMethod(
219 name = "get",

Callers 13

DocstringParserMethod · 0.45
parseMethod · 0.45
joinEnglishListMethod · 0.45
parseMethod · 0.45
getAllValidArgsMethod · 0.45
getTextMethod · 0.45
toStringMethod · 0.45
unionMethod · 0.45
zipMethod · 0.45

Calls 1

keySetMethod · 0.95

Tested by 3

parseMethod · 0.36