Searched refs:cur_clazz (Results 1 – 1 of 1) sorted by relevance
287 cur_clazz = next_api[prev_clazz.fullname] variable290 cur_clazz.ctors = [ i for i in cur_clazz.ctors if i.ident not in sigs ]292 cur_clazz.methods = [ i for i in cur_clazz.methods if i.ident not in sigs ]294 cur_clazz.fields = [ i for i in cur_clazz.fields if i.ident not in sigs ]297 if len(cur_clazz.ctors) == 0 and len(cur_clazz.methods) == 0 and len(cur_clazz.fields) == 0: