Home
last modified time | relevance | path

Searched refs:getInterCharTimeout (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialutil.py480 def getInterCharTimeout(self): member in SerialBase
484 …interCharTimeout = property(getInterCharTimeout, setInterCharTimeout, doc="Inter-character timeout…