Lines Matching refs:suggestions
193 PyObject *suggestions = calculate_suggestions(dir, name);
195 return suggestions;
238 PyObject *suggestions = calculate_suggestions(dir, name);
240 if (suggestions != NULL) {
241 return suggestions;
248 suggestions = calculate_suggestions(dir, name);
250 if (suggestions != NULL) {
251 return suggestions;
258 suggestions = calculate_suggestions(dir, name);
261 return suggestions;
264 // Offer suggestions for a given exception. Returns a python string object containing the
265 // suggestions. This function returns NULL if no suggestion was found or if an exception happened,