MCPcopy
hub / github.com/KhronosGroup/Vulkan-Docs / keys

Method keys

scripts/spec_tools/data_structures.py:39–41  ·  view source on GitHub ↗

Return an iterator over keys.

(self)

Source from the content-addressed store, hash-verified

37 return self.d.items()
38
39 def keys(self):
40 """Return an iterator over keys."""
41 return self.d.keys()
42
43 def values(self):
44 """Return an iterator over values."""

Callers 15

endFileMethod · 0.80
nodesMethod · 0.80
endFileMethod · 0.80
beginFeatureMethod · 0.80
indexExt.pyFile · 0.80
match_vuid_dictFunction · 0.80
evaluatePipelineIfdefMethod · 0.80
evaluateAccessIfdefMethod · 0.80
nextfreebits.pyFile · 0.80
reflow.pyFile · 0.80

Calls

no outgoing calls

Tested by 1

match_vuid_dictFunction · 0.64