FindUniqueName

vtool.maya_lib.core.FindUniqueName(test_string) This class is intended to find a name that doesn’t clash with other names in the Maya scene.
class FindUniqueName(test_string)

This class is intended to find a name that doesn’t clash with other names in the Maya scene. It will increment the last number in the name. If no number is found it will append a 1 to the end of the name.

get_last_number(bool_value)
get()
set_padding(int)