name property

name property

Gets or sets the name, either the first and last name of a natural person or the company name of a legal person.

Definition:

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

See Also