Searched refs:uint (Results 1 – 1 of 1) sorted by relevance
347 def uint_to_string(uint, both=False): argument351 return hex(uint) + ' (' + repr(uint) + ')'352 return hex(uint)