Coverage for nuts : 82%
Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
|
# The main message class that the AuthChannel operate on
return self.msg
return int(self.msg)
return float(self.msg)
""" General NUTS-related failure. """
""" Something failed in the communication. """
""" Tried to send message larger than what's supported by the underlying transport. """
""" Tried to perform an action which is unavilable in the current state. """
AuthChannel, UDPAuthChannel, )
ClientState, ServerState, Message, ) |