Searched refs:interCharTimeout (Results 1 – 2 of 2) sorted by relevance
249 interCharTimeout=None # Inter-character timeout, None to disable argument279 self.interCharTimeout = interCharTimeout468 def setInterCharTimeout(self, interCharTimeout): argument470 if interCharTimeout is not None:471 if interCharTimeout < 0: raise ValueError("Not a valid timeout: %r" % interCharTimeout)473 interCharTimeout + 1 # test if it's a number, will throw a TypeError if not...475 raise ValueError("Not a valid timeout: %r" % interCharTimeout)477 self._interCharTimeout = interCharTimeout484 …interCharTimeout = property(getInterCharTimeout, setInterCharTimeout, doc="Inter-character timeout… variable in SerialBase
118 interCharTimeout=1)