is_string property

is_string property

Returns true if value is string.

Definition:

@property
def is_string(self):
    ...

See Also