type property

type property

Gets or sets the type of the skeleton.

Definition:

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

See Also