type property

type property

Corresponds to attribute ‘type’ on the given element.

Definition:

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

See Also