schemas property

schemas property

The original json schema of each worksheet.

Definition:

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

See Also