Lines Matching refs:theSensors
63 def sensor(self, theSensor, theSensors): argument
67 def prefix(self, theSensors): argument
87 def sensors(self, theSensors): argument
89 theSensors = theSensors.finalizeList()
90 s = self.prefix(theSensors) + "\n"
92 for theSensor in theSensors:
98 theSensors), self.indent())
100 s += self.suffix(theSensors) + "\n"
105 def sensor(self, theSensor, theSensors): argument
111 def prefix(self, theSensors): argument
113 theSensors.descriptor
115 theSensors.descriptor
118 def suffix(self, theSensors): argument
126 def sensor(self, theSensor, theSensors): argument
128 return "Obd2%sSensorIndex.%s," % (theSensors.descriptor,sensorName)
130 def prefix(self, theSensors): argument
136 def suffix(self, theSensors): argument
138 theSensors.descriptor