Exemplo n.º 1
0
 def gettimeout(self):
     if self._blocking and not self._timeout: return None
     return bt.gettimeout(self._sockfd)
Exemplo n.º 2
0
 def gettimeout (self):    
     if self._blocking and not self._timeout: return None
     return bt.gettimeout (self._sockfd)