Searched refs:decodevalue (Results 1 – 1 of 1) sorted by relevance
667 def __init__(self, data, encodekey, decodekey, encodevalue, decodevalue): argument671 self.decodevalue = decodevalue680 return self.decodevalue(value)708 ('{!r}: {!r}'.format(self.decodekey(key), self.decodevalue(value))