request property

request property

Gets or sets the associated request.

Definition:

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

See Also