get_all_nodes# Revision.get_all_nodes() → list[EmitNode]# Gets all nodes for this revision. Returns: nodes: listList of all nodes from this revision. Examples >>> nodes = revision.get_all_nodes()