Exemple #1
0
 def has_type(self, type):
     return gtlib.gt_feature_node_has_type(self.gn, type) == 1
Exemple #2
0
 def has_type(self, type):
     return gtlib.gt_feature_node_has_type(self.gn, type.encode("UTF-8")) == 1
Exemple #3
0
 def has_type(self, type):
     return gtlib.gt_feature_node_has_type(self.gn,
                                           type.encode('UTF-8')) == 1
Exemple #4
0
 def has_type(self, type):
     return gtlib.gt_feature_node_has_type(self.gn, type) == 1