# - getByName (pyTree) - import Converter.PyTree as C import Generator.PyTree as G import Converter.Internal as Internal a = G.cart((0,0,0), (1,1,1), (10,10,10)) t = C.newPyTree(['Base',a]) # Return a standard node containing nodes of name 'cart' as children node = Internal.getByName(t, 'cart'); print(node) #>> ['cart', None, [['cart', array(...), [..], 'Zone_t']], None]