Exemplo n.º 1
0
 def __init__(self):
     Worker.__init__(self)
     self.translationUnits = TranslationUnitCache.LockedVariable({})
     self.parsingList = TranslationUnitCache.LockedVariable([])
     self.busyList = TranslationUnitCache.LockedVariable([])
     self.index_parse_options = 13
     self.index = None
Exemplo n.º 2
0
 def __init__(self):
     Worker.__init__(self)
     self.translationUnits = TranslationUnitCache.LockedVariable({})
     self.parsingList = TranslationUnitCache.LockedVariable([])
     self.busyList = TranslationUnitCache.LockedVariable([])
     self.index_parse_options = 13
     self.index = None