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