Searched refs:_CUSTOM_MESSAGE_CODECS (Results 1 – 1 of 1) sorted by relevance
41 _CUSTOM_MESSAGE_CODECS = {} variable57 _CUSTOM_MESSAGE_CODECS[cls] = _Codec(encoder=encoder, decoder=decoder)262 if message_type in _CUSTOM_MESSAGE_CODECS:263 return _CUSTOM_MESSAGE_CODECS[317 if message_type in _CUSTOM_MESSAGE_CODECS:318 return _CUSTOM_MESSAGE_CODECS[type(message)].encoder(message)