Searched refs:get_password (Results 1 – 8 of 8) 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')
41 def get_password(): function
31 return keyring.get_password(self.repository, self.username)
72 content = keyring.get_password(self._service_name, self._user_name)
24 password = power_load_util.get_password()
143 CJS_Return get_password(CJS_Runtime* pRuntime);
1440 CJS_Return Field::get_password(CJS_Runtime* pRuntime) { in get_password() function in Field
133 self._password = power_load_util.get_password()