コード例 #1
0
 def __init__(self, *arg, **kw):
     self.event_callbacks = {}
     BaseWriter.__init__(self, *arg, **kw)
     self.common = self.data.properties.loader
     self.initialize()
コード例 #2
0
ファイル: __init__.py プロジェクト: devinvisible/anaconda
 def __init__(self, *arg, **kw):
     BaseWriter.__init__(self, *arg, **kw)
     self.convert_parameter = self.converter.convert_parameter
コード例 #3
0
ファイル: __init__.py プロジェクト: joaormatos/anaconda
 def __init__(self, *arg, **kw):
     BaseWriter.__init__(self, *arg, **kw)
     self.convert_parameter = self.converter.convert_parameter
コード例 #4
0
ファイル: __init__.py プロジェクト: tryzombie501/anaconda
 def __init__(self, *arg, **kw):
     self.event_callbacks = {}
     BaseWriter.__init__(self, *arg, **kw)
     self.common = self.data.properties.loader
     self.initialize()