name property

name property

Returns a string that contains one of the strings associated with an error name.

Definition:

@property
def name(self):
    ...
@name.setter
def name(self, value):
    ...

See Also