get_para method

get_para(ix)

Gets the element at the specified index IX. Returns Null if the element is not exist.

Returns

def get_para(self, ix):
    ...
Parameter Type Description
ix int

See Also