def __init__(self): AttributesHandler.__init__(self, "exif") ModuleProcessusHandler.__init__(self, "metaexif") self.exifnodes = [] self.vfs = VFS.Get() self.__disown__()
def __init__(self, name): ModuleProcessusHandler.__init__(self, name) self.databases = {}
def __init__(self, moduleName): ModuleProcessusHandler.__init__(self, moduleName) self.registry = {}
def __init__(self): AttributesHandler.__init__(self, "metacompound") ModuleProcessusHandler.__init__(self, "metacompound") self.__disown__() self.nodeAttributes = {} self.vfs = VFS.Get()
def __init__(self): AttributesHandler.__init__(self, "lnk") ModuleProcessusHandler.__init__(self, "lnk") self.__disown__() self.nodeAttributes = {} self.vfs = VFS.Get()
def __init__(self): AttributesHandler.__init__(self, "clamdscan") ModuleProcessusHandler.__init__(self, "clamdscan") self.__disown__() self.nodeAttributes = {} self.vfs = VFS.Get()
def __init__(self, name): ModuleProcessusHandler.__init__(self, name) self.indexs = {}
def __init__(self, name): ModuleProcessusHandler.__init__(self, name) self.node_name = {} self.vfs = VFS.Get()
def __init__(self, moduleName): ModuleProcessusHandler.__init__(self, moduleName) self.__dbbs = {}