}
List<OverrideMethodsRequest> requests = new ArrayList<OverrideMethodsRequest>();
for (FunctionDefAdapter method : methods) {
OverrideMethodsRequest req = new OverrideMethodsRequest(clazz, this.offsetStrategy, method, false,
baseClassName, new AdapterPrefs("\n", new IGrammarVersionProvider() {
public int getGrammarVersion() throws MisconfigurationException {
return IGrammarVersionProvider.GRAMMAR_PYTHON_VERSION_2_7;
}