hash property

hash property

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

Definition:

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

See Also