hash property

hash property

Returns the Location object’s URL’s fragment (includes leading “#” if non-empty). Can be set, to navigate to the same URL with a changed fragment(ignores leading “#”).

Definition:

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

See Also