symbol property

symbol property

Symbol

Definition:

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

See Also