Exemplo n.º 1
0
 def _is_available(self):
     return check_network_connection(self.ioptions['host'], self.ioptions['port'])
Exemplo n.º 2
0
 def _is_available(self):
     return (check_python_import('gtts')
             and check_network_connection('translate.google.com', 80))
Exemplo n.º 3
0
 def _is_available(self):
     return (
         check_python_import('gtts')
         and check_network_connection('translate.google.com', 80)
     )
Exemplo n.º 4
0
 def _is_available(self):
     return check_network_connection(self.ioptions['host'],
                                     self.ioptions['port'])