예제 #1
0
 def configuration(self):
     cd = PeriodicDeltaColumn.configuration(self)
     for attr_name, conv, def_val in self.attr_names:
         get_attribute(self, attr_name, cd, conv)
     return cd
예제 #2
0
 def configuration(self):
     cd = PeriodicDeltaColumn.configuration(self)
     get_attribute(self, 'mmafmt_channel_id', cd, str)
     get_attribute(self, 'mmafmt_channel_label', cd, str)
     get_attribute(self, 'mmafmt_channel_pos', cd, str)
     return cd
예제 #3
0
 def configuration(self):
     cd = PeriodicDeltaColumn.configuration(self)
     for attr_name,conv,def_val in self.attr_names:
         get_attribute(self, attr_name, cd, conv)
     return cd
예제 #4
0
 def configuration(self):
     cd = PeriodicDeltaColumn.configuration(self)
     get_attribute(self, 'mmafmt_channel_id', cd, str)
     get_attribute(self, 'mmafmt_channel_label', cd, str)
     get_attribute(self, 'mmafmt_channel_pos', cd, str)
     return cd