Lines Matching defs:minor
58 def __init__(self, major=None, minor=None, orientation=None):
60 self._minor = minor
74 def minor(self):
77 @minor.setter
78 def minor(self, minor):
79 self._minor = minor
93 if self.minor is not None:
94 s += ", minor {:3d}".format(self.minor)
124 self.minor_range.update(touch.minor)
126 if touch.major < self.device.up or touch.minor < self.device.up:
128 elif touch.major > self.device.down or touch.minor > self.device.down:
149 return "{:78s}".format("Sequence: no major/minor values recorded")
155 s += "minor: [{:3d}..{:3d}] ".format(
282 self.touch.minor = event.value
293 minor=self.touch.minor,