remove_a_name method

remove_a_name(self, text)

Remove the name.


def remove_a_name(self, text):
    ...
ParameterTypeDescription
textstrThe name text.

See Also