Home
last modified time | relevance | path

Searched refs:eq_def (Results 1 – 1 of 1) sorted by relevance

/external/lldb/scripts/Python/
Dmodify-python-lldb.py185 eq_def = " def __eq__(self, other): return isinstance(other, %s) and %s" variable
381 new_content.add_line(eq_def % (cls, list_to_frag(e[cls])))