Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DocstringParser
Method · 0.45
parse
Method · 0.45
testListViewsCheckMutability
Method · 0.45
testDictViewsCheckMutability
Method · 0.45
joinEnglishList
Method · 0.45
getExpansionValueDescriptions
Method · 0.45
parse
Method · 0.45
getAllValidArgs
Method · 0.45
getText
Method · 0.45
toString
Method · 0.45
union
Method · 0.45
zip
Method · 0.45
Calls
1
keySet
Method · 0.95
Tested by
3
parse
Method · 0.36
testListViewsCheckMutability
Method · 0.36
testDictViewsCheckMutability
Method · 0.36