views property

views property

Gets or sets the views.

Definition:

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

See Also