def decode()

in teamcity/messages.py [0:0]


    def decode(self, value):
        if self.encoding and not isinstance(value, text_type):
            value = value.decode(self.encoding)
        return value