Exemplo n.º 1
0
 def __init__(self, is_art, config, project_info, all_modules):
     SyncClient.__init__(self, is_art, config)
     self._project_info = project_info
     self._all_modules = all_modules
     self._is_need_sync_base_res = False
Exemplo n.º 2
0
 def __init__(self, is_art, config):
     SyncClient.__init__(self, is_art, config)
Exemplo n.º 3
0
 def __init__(self, is_art, config):
     SyncClient.__init__(self, is_art, config)
Exemplo n.º 4
0
 def __init__(self, is_art, config, project_info, all_modules):
     SyncClient.__init__(self, is_art, config)
     self._project_info = project_info
     self._all_modules = all_modules
     self._is_need_sync_base_res = False