search property

search property

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

Definition:

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

See Also