# Connection

# Parameter

# local_ip

  • Type: String

Passed by Amsel class

# Reference

class Connection(object):

  def __init__(self, local_ip):
    self.local_ip = local_ip
    self.local_address = "amsel.local"

See also: