def set_target_taxonomy_by_string(self, taxonomy_string):
     '''Set the target_taxonomy instance variable by a string, which
     gets parsed into the requisite array form and stored in the instance
     variable'''
     self.target_taxonomy = Taxonomy.split_taxonomy(taxonomy_string)
示例#2
0
 def set_target_taxonomy_by_string(self, taxonomy_string):
     '''Set the target_taxonomy instance variable by a string, which
     gets parsed into the requisite array form and stored in the instance
     variable'''
     self.target_taxonomy = Taxonomy.split_taxonomy(taxonomy_string)
示例#3
0
 def taxonomy_array(self):
     return Taxonomy.split_taxonomy(self.taxonomy)
示例#4
0
 def taxonomy_array(self):
     return Taxonomy.split_taxonomy(self.taxonomy)