get property

get property

Represents an HTTP GET protocol method.

Definition:

@property
def get(self):
    ...

See Also