SuperNode.get_child_from_name#

SuperNode.get_child_from_name(name: Union[str, int, Hashable]) Optional[SuperNode][source]#

Gets the child node from its name.

Parameters:

name (str, int, hashable) –

Returns:

  • child (SuperNode) – If a child node having the specified name was found.

  • None – If the child node was not found.