Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/KhronosGroup/Vulkan-Docs
/ items
Method
items
scripts/spec_tools/data_structures.py:35–37 ·
view source on GitHub ↗
Return an iterator like dict().items().
(self)
Source
from the content-addressed store, hash-verified
33
return
self.d
34
35
def
items(self):
36
""
"Return an iterator like dict().items()."
""
37
return
self.d.items()
38
39
def
keys(self):
40
""
"Return an iterator over keys."
""
Callers
15
compute_codes_requiring_type
Function · 0.95
videocodecstestgenerator.py
File · 0.80
endFile
Method · 0.80
endFile
Method · 0.80
refPageShell
Function · 0.80
genRef
Function · 0.80
genAntoraNav
Function · 0.80
genRef.py
File · 0.80
typeMayAlias
Method · 0.80
match_vuid_dict
Function · 0.80
writeFlagDefinitions
Method · 0.80
applyExtensionDependency
Method · 0.80
Calls
no outgoing calls
Tested by
1
match_vuid_dict
Function · 0.64