hash property

hash property

Gets or sets a string representation for the specified URL hash segment.

Definition:

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

See Also