get_all_nodes#

Revision.get_all_nodes() list[EmitNode]#

Gets all nodes for this revision.

Returns:
nodes: list

List of all nodes from this revision.

Examples

>>> nodes = revision.get_all_nodes()