Lines Matching full:getpass
1005 raise Exception('getpass error')1009 def getpass(self):1016 password=GetPassCallable().getpass)1023 with self.assertRaisesRegex(Exception, "getpass error"):