cap_type property

cap_type property

Specifies the ending caps.

Definition:

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

See Also