protocol property

protocol property

Returns the Location object’s URL’s scheme. Can be set, to navigate to the same URL with a changed scheme.

Definition:

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

See Also