protocol property

protocol property

Gets or sets a string representation for the specified URL schema.

Definition:

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

See Also