body property

body property

Definition:

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

See Also