get_shape_including_child method

get_shape_including_child(name)

Gets the element including it’s child shape at the specified name.

Returns

def get_shape_including_child(self, name):
    ...
Parameter Type Description
name str

get_shape_including_child(id)

Gets the element including it’s child shape at the specified id.

Returns

def get_shape_including_child(self, id):
    ...
Parameter Type Description
id int

See Also