Question about update_all

for

def update_all(self,
                   message_func="default",
                   reduce_func="default",
                   apply_node_func="default")

What nodes does the update_all update? The src nodes or des nodes?

update_all updates all nodes in a graph. You may find this thread related.