def getShapes(node): """Returns the shape of the dagNode Arguments: node (dagNode): The input node to search the shape Returns: list: The shapes of the node """ return node.listRelatives(shapes=True)