MCPcopy Index your code
hub / github.com/KhronosGroup/Vulkan-Docs / nodes

Method nodes

scripts/extdependency.py:47–49  ·  view source on GitHub ↗

Iterate over the nodes in the graph.

(self)

Source from the content-addressed store, hash-verified

45 self.__nodes[src].adj.add(dest)
46
47 def nodes(self):
48 """Iterate over the nodes in the graph."""
49 return self.__nodes.keys()
50
51 def descendants(self, node):
52 """

Callers

nothing calls this directly

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected