search property

search property

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

Definition:

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

See Also