Exemplo n.º 1
0
 def __init__(self, *arg, **kw):
     self.event_callbacks = {}
     BaseWriter.__init__(self, *arg, **kw)
     self.common = self.data.properties.loader
     self.initialize()
Exemplo n.º 2
0
 def __init__(self, *arg, **kw):
     BaseWriter.__init__(self, *arg, **kw)
     self.convert_parameter = self.converter.convert_parameter
Exemplo n.º 3
0
 def __init__(self, *arg, **kw):
     BaseWriter.__init__(self, *arg, **kw)
     self.convert_parameter = self.converter.convert_parameter
Exemplo n.º 4
0
 def __init__(self, *arg, **kw):
     self.event_callbacks = {}
     BaseWriter.__init__(self, *arg, **kw)
     self.common = self.data.properties.loader
     self.initialize()