http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/e025f2704fca8dfb9ea49126b489fd852d944ee7/mmgen/tw/shared.py
r}:') ret, sort_key, idtype, disp = (id_str, 'z_'+id_str, 'non-mmgen', 'non-MMGen') addr = proto.coin_addr(addr) except Exception as e2: return cls.init_fail(e, id_str, e2=e2) me = str.__new__(cls, ret) me.obj = ret me.disp = disp me.addr = addr me.sort_key = sort_key me.type = idtype me.proto = proto return me def fmt(self, width, /, **kwargs): return super().fmtc(self.disp, width, **kwargs) # non-displaying container for TwMMGenID, TwComment class...