ascii_string property

ascii_string property

Gets string value of object

Definition:

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

See Also