Exemplo n.º 1
0
 def __init__(self, store_type):
     self._client = vmafd.client('localhost')
     self._store_type = store_type
Exemplo n.º 2
0
 def __init__(self, store_type):
     self._client = vmafd.client('localhost')
     self._store_type = store_type
Exemplo n.º 3
0
 def __init__(self, serverName):
     if not serverName:
         serverName = 'localhost'
     self._client_context = vmafd.client(serverName)
Exemplo n.º 4
0
 def __init__(self, serverName):
     if not serverName:
         serverName = 'localhost'
     self._client_context = vmafd.client(serverName)