get_user method

get_user(name)

Gets the element at the specified ID.

Returns

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

get_user(id)

Gets the element at the specified ID.

Returns

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

See Also