Searched refs:get_password (Results 1 – 9 of 9) sorted by relevance
66 autospec=True) as get_password:74 get_password.assert_called_once_with(service_name, user_name)107 autospec=True) as get_password:111 get_password.assert_called_once_with('my_unit_test', 'me')116 autospec=True) as get_password:120 get_password.assert_called_once_with('my_unit_test', 'me')140 autospec=True) as get_password:151 get_password.assert_called_once_with('my_unit_test', 'me')155 autospec=True) as get_password:159 get_password.assert_called_once_with('my_unit_test', 'me')
31 return keyring.get_password(self.repository, self.username)
43 def get_password(): function
72 content = keyring.get_password(self._service_name, self._user_name)
24 password = power_load_util.get_password()
29 self._password = power_load_util.get_password()
236 CJS_Result get_password(CJS_Runtime* pRuntime);
1548 CJS_Result CJS_Field::get_password(CJS_Runtime* pRuntime) { in get_password() function in CJS_Field
153 self._password = power_load_util.get_password()