get_shape method

get_shape(name)

Gets the element at the specified name.

Returns

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

get_shape(id)

Gets the element at the specified ID.

Returns

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

See Also