username property

username property

Gets or sets a string representation of the username segment of the associated URL.

Definition:

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

See Also