type property

type property

Specifies the value type of the current object.

Definition:

@property
def type(self):
    ...

See Also