as_cell property

as_cell property

Definition:

@property
def as_cell(self):
    ...

@as_cell.setter
def as_cell(self, value):
    ...

See Also