def setUp(self):
     self.__detectEncoding = DetectEncoding()
     self.__dirPath = os.path.abspath(os.curdir)
Exemple #2
0
 def __init__(self, mongoUtils):
     self.__bufferSize = 2048
     self.__mongoUtils = mongoUtils
     self.__bufferDictID = None
     self.__bufferDict = {}
     self.__detectEncoding = DetectEncoding()