MCPcopy
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

endFileMethod · 0.80
endFileMethod · 0.80
refPageShellFunction · 0.80
genRefFunction · 0.80
genAntoraNavFunction · 0.80
genRef.pyFile · 0.80
typeMayAliasMethod · 0.80
match_vuid_dictFunction · 0.80
writeFlagDefinitionsMethod · 0.80

Calls

no outgoing calls

Tested by 1

match_vuid_dictFunction · 0.64