search property

search property

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

Definition:

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

See Also