Esempio n. 1
0
 def configuration(self):
     cd = NodeDecorator.configuration(self)
     for attr_name, conv, def_val in self.ATTR_NAMES:
         self.get_attribute(attr_name, cd, conv)
     return cd
Esempio n. 2
0
 def configuration(self):
     cd = NodeDecorator.configuration(self)
     self.get_attribute('mmafmt_channel_id', cd, str)
     self.get_attribute('mmafmt_channel_label', cd, str)
     self.get_attribute('mmafmt_channel_pos', cd, str)
     return cd
Esempio n. 3
0
 def configuration(self):
     cd = NodeDecorator.configuration(self)
     for attr_name,conv,def_val in self.ATTR_NAMES:
         self.get_attribute(attr_name, cd, conv)
     return cd
Esempio n. 4
0
 def configuration(self):
     cd = NodeDecorator.configuration(self)
     self.get_attribute('mmafmt_channel_id', cd, str)
     self.get_attribute('mmafmt_channel_label', cd, str)
     self.get_attribute('mmafmt_channel_pos', cd, str)
     return cd