コード例 #1
0
 def __init__(self, _upstream, _feedname, _savepath):
     BaseProcessor.__init__(self, _upstream)
     self.savepath = _savepath
     self.feedName = _feedname
     self.timeStart = time.gmtime(time.time())
コード例 #2
0
 def __init__(self, _upstream, _enviroinment):
     BaseProcessor.__init__(self, _upstream, _enviroinment)
     self._collection = None
コード例 #3
0
 def __init__(self, _upstream, _enviroinment):
     BaseProcessor.__init__(self, _upstream, _enviroinment)
     self._collection = None
コード例 #4
0
 def __init__(self, _upstream, _environment):
     BaseProcessor.__init__(self, _upstream, _environment)
コード例 #5
0
 def __init__(self, _upstream, _feedname, _savepath):
     BaseProcessor.__init__(self, _upstream)
     self.savepath = _savepath
     self.feedName = _feedname
     self.timeStart = time.gmtime(time.time())
コード例 #6
0
 def __init__(self, _upstream, _environment):
     BaseProcessor.__init__(self, _upstream, _environment)