pitch property

pitch property

See the pitch property definition in CSS2.

Definition:

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

See Also