method: code.Code.__eq__

*Not documented*
    def __eq__(self, other): 

origin: code.Code

where:

function source:

def __eq__(self, other): 
    return self.raw == other.raw