예제 #1
0
 def __init__(self):
     ZBackgroundTask.__init__(self)
     self.customAttributes = {}
     self.command = None
     self.document = None
     self.pubMetadataList = []
     self.currWorkAmount = 0
예제 #2
0
 def __init__(self):
     ZBackgroundTask.__init__(self)
     self.customAttributes = {}
     self.command = None
     self.document = None
     self.pubMetadataList = []
     self.currWorkAmount = 0
예제 #3
0
    def __init__(self):
        self.blog = None
        self.grabber = None
        self.templateName = None
        self.bMakeDefaultTemplate = False
        self.customAttributes = {}

        ZBackgroundTask.__init__(self)
예제 #4
0
    def __init__(self):
        self.blog = None
        self.grabber = None
        self.templateName = None
        self.bMakeDefaultTemplate = False
        self.customAttributes = {}

        ZBackgroundTask.__init__(self)
예제 #5
0
 def __init__(self):
     ZBackgroundTask.__init__(self)
     self.customAttributes = {}
     self.currentCommand = None
     self.commands = None
     self.blogs = []
     self.document = None
     self.deleteLocal = False
     self.currWorkAmount = 0
예제 #6
0
 def __init__(self):
     ZBackgroundTask.__init__(self)
     self.customAttributes = {}
     self.currentCommand = None
     self.commands = None
     self.blogs = []
     self.document = None
     self.deleteLocal = False
     self.currWorkAmount = 0
예제 #7
0
 def __init__(self):
     ZBackgroundTask.__init__(self)
     self.customAttributes = {}
예제 #8
0
    def __init__(self):
        ZBackgroundTask.__init__(self)

        self.customAttributes = {}
예제 #9
0
    def __init__(self):
        self.endpoint = None
        self.customAttributes = {}
        self.connection = None

        ZBackgroundTask.__init__(self)
예제 #10
0
    def __init__(self):
        self.fetcher = None
        self.rootMessage = u""  #$NON-NLS-1$

        ZBackgroundTask.__init__(self)