Exemplo n.º 1
0
    def __init__(self, client, map_size=16 * 4096):
        self.client = client

        # Dictionnary of references
        self.ref = reference_dict(self)
        self.open(map_size)
        return
Exemplo n.º 2
0
    def __init__(self, client, map_size=16 * 4096):
        self.client = client

        # Dictionnary of references
        self.ref = reference_dict(self)
        self.open(map_size)
        return
Exemplo n.º 3
0
    def __init__(self, client):
        self.client = client

        # Dictionnary of references
        self.ref = reference_dict(self)

        self.open()
        return
Exemplo n.º 4
0
    def __init__(self, client):
        self.client = client

        # Dictionnary of references
        self.ref = reference_dict(self)

        self.open()
        return
Exemplo n.º 5
0
    def __init__(self, client, waveform_size):
        self.client = client

        # Dictionnary of references
        self.ref = reference_dict(self)

        # Operations to be executed at initialization
        self.open(waveform_size)
        self.waveform_size = waveform_size
Exemplo n.º 6
0
 def __init__(self, client):
     self.client = client
     self.ref = reference_dict(self)
Exemplo n.º 7
0
 def __init__(self, client):
     self.client = client
     self.ref = reference_dict(self)