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

Method values

scripts/spec_tools/data_structures.py:43–45  ·  view source on GitHub ↗

Return an iterator over values.

(self)

Source from the content-addressed store, hash-verified

41 return self.d.keys()
42
43 def values(self):
44 """Return an iterator over values."""
45 return self.d.values()
46
47 def add_key(self, k):
48 """Ensure the set for the given key exists."""

Callers 10

generateMethod · 0.80
endFileMethod · 0.80
typeMayAliasMethod · 0.80
endFileMethod · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by 1

generateMethod · 0.64