def __init__(self, errors_dict=None):
     ClassLoader.__init__(self)
     self._processors = []
     self._errors_dict = errors_dict
示例#2
0
 def __init__(self):
     ClassLoader.__init__(self)
     self.processors = []
示例#3
0
 def __init__(self):
     ClassLoader.__init__(self)
     self.processors = []