I have a file with defines a class X, and inside that class there is a definition for def __lt__(self, other):.
class X
def __lt__(self, other):
In another file, I have a heapq