Beispiel #1
0
 def extractGroupData(self):
     raiseDeprecated('Feature.extractGroupData(): Use groupDict attribute')
     return self.groupDict
Beispiel #2
0
 def groupToDict(self):
     raiseDeprecated('Feature.groupToDict(): Use groupDict attribute')
     return self.groupDict
Beispiel #3
0
 def extractName(self):
     raiseDeprecated('Feature.extractName(): Use name attribute')
     return self.name
Beispiel #4
0
 def extractGroupData(self):
     raiseDeprecated('Feature.extractGroupData(): Use groupDict attribute')
     return self.groupDict
Beispiel #5
0
 def groupToDict(self):
     raiseDeprecated('Feature.groupToDict(): Use groupDict attribute')
     return self.groupDict
Beispiel #6
0
 def extractName(self):
     raiseDeprecated('Feature.extractName(): Use name attribute')
     return self.name