schema property

schema property

Gets or sets the schema.

Definition:

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

See Also