Connection - Scauting-Burgum/ScautNet-python GitHub Wiki
The Connection-class is an abstraction for sockets.
Methods
__init__
Creates a connection from the provided socket.
Arguments
socket; the socket from which to create the connection.
Implementation
Check the readme.