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