get_prop method

get_prop(id)

Gets the element at the specified ID.

Returns

def get_prop(self, id):
    ...
ParameterTypeDescription
idint

get_prop(name)

Gets the element at the specified name.

Returns

def get_prop(self, name):
    ...
ParameterTypeDescription
namestr

See Also